Passing CC_TEST_REPORTER_ID
This commit is contained in:
2
.github/workflows/jest-tests.yml
vendored
2
.github/workflows/jest-tests.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
- name: Install modules
|
- name: Install modules
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
env:
|
||||||
|
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||||
run: |
|
run: |
|
||||||
./cc-test-reporter before-build
|
./cc-test-reporter before-build
|
||||||
npm run test
|
npm run test
|
||||||
|
|||||||
Reference in New Issue
Block a user