Passing CC_TEST_REPORTER_ID

This commit is contained in:
James Barnsley
2021-10-25 12:20:50 +13:00
parent d74068d11e
commit 15c412412f

View File

@ -19,6 +19,8 @@ jobs:
- name: Install modules
run: npm ci
- name: Run tests
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: |
./cc-test-reporter before-build
npm run test