Skip to content

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 17, 2024
1 parent 2af095a commit 447d286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: Mocha junit Tests # Name of the check run which will be created
path: test-results.xml # Path to test results
reporter: jest-junit # Format of test results
name: Mocha junit Tests # Name of the check run which will be created
path: test-results.xml # Path to test results
reporter: jest-junit # Format of test results

0 comments on commit 447d286

Please sign in to comment.