File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 NX_NON_NATIVE_HASHER : true
11+ NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1112
1213jobs :
1314 format :
Original file line number Diff line number Diff line change 66
77env :
88 NX_NON_NATIVE_HASHER : true
9+ NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
910
1011jobs :
1112 coverage :
3536 - name : Install dependencies
3637 run : npm ci
3738 - name : Execute all tests and generate coverage reports
38- run : npx nx run ${{ matrix.lib }}:${{ matrix.scope }}-test --coverage.enabled --skipNxCache
39+ run : npx nx run ${{ matrix.lib }}:${{ matrix.scope }}-test --coverage.enabled
3940 - name : Upload coverage reports to Codecov
4041 uses : codecov/codecov-action@v4
4142 with :
Original file line number Diff line number Diff line change 88
99env :
1010 NX_NON_NATIVE_HASHER : true
11+ NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1112
1213permissions :
1314 pull-requests : write
Original file line number Diff line number Diff line change 2020
2121env :
2222 NX_NON_NATIVE_HASHER : true
23+ NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2324
2425jobs :
2526 dry-run-release :
You can’t perform that action at this time.
0 commit comments