Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Jan 30, 2024
1 parent 121117e commit b49c13d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: Run tests
run: |
mkdir reports
npm run unit -- --reporter spec --reporter junit:reports/${{vars.GITHUB_ACTION}}.xml
npm run unit -- --reporter spec --reporter junit:reports/$RUN_ID.xml
env:
RUN_ID: ${{ vars.GITHUB_ACTION }}

- name: Test Report
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit b49c13d

Please sign in to comment.