Skip to content

Commit

Permalink
qf: correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGamerBot-QK committed Nov 9, 2024
1 parent b7437da commit 9e72dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
with:
artifact: test-results # artifact name
name: JEST Tests # Name of the check run which will be created
path: "*.xml" # Path to test results (inside artifact .zip)
path: "reports/*.xml" # Path to test results (inside artifact .zip)
reporter: jest-junit # Format of test results

0 comments on commit 9e72dd7

Please sign in to comment.