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 b49c13d commit 23a30e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
- name: Run tests
run: |
mkdir reports
npm run unit -- --reporter spec --reporter junit:reports/$RUN_ID.xml
env:
RUN_ID: ${{ vars.GITHUB_ACTION }}
npm run unit -- --reporter spec --reporter junit:reports/$GITHUB_ACTION.xml
- name: Test Report
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit 23a30e5

Please sign in to comment.