Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing checkout step to test upload job.
Browse files Browse the repository at this point in the history
imindich committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b1a8963 commit 40417f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -238,6 +238,10 @@ jobs:
TEST_ARTIFACTS_KEY: ${{ matrix.platform }}_${{ matrix.name }}_test_artifacts
TEST_RESULTS_KEY: ${{ matrix.platform }}_${{ matrix.name }}_test_results
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: src
- name: Process Test Results
if: always()
uses: ./src/.github/actions/process_test_results

0 comments on commit 40417f8

Please sign in to comment.