From 7d31ee0ecd2f5604049826213de39560f95f566e Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:05:21 -0400 Subject: [PATCH] add node --- .github/workflows/test-indicators.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-indicators.yml b/.github/workflows/test-indicators.yml index f9cc2775..54f35404 100644 --- a/.github/workflows/test-indicators.yml +++ b/.github/workflows/test-indicators.yml @@ -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