Skip to content

Commit

Permalink
add node
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Apr 1, 2024
1 parent 5293c6b commit 7d31ee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
--cov-report term
--cov-report xml:test-coverage.xml
- name: Setup Node
uses: actions/setup-node@v4
if: env.IS_PRIMARY == 'true'
with:
node-version: latest

- name: Convert to TRX
if: env.IS_PRIMARY == 'true'
run: npx jest-junit convert test-results.xml test-results.trx
Expand Down

0 comments on commit 7d31ee0

Please sign in to comment.