We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858fa77 commit e5c6bb7Copy full SHA for e5c6bb7
.github/workflows/unit-test.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Install
149
run: npm ci
150
- name: Build
151
- run: npm run compile
+ run: NX_CACHE_DIRECTORY=$(npm get cache)/$GITHUB_REF_NAME npm run compile
152
- name: Unit tests (Full)
153
if: matrix.code-coverage
154
run: npm run test
@@ -187,7 +187,7 @@ jobs:
187
188
189
190
191
- name: Unit tests
192
run: npm run test:browser
193
- name: Report Coverage
0 commit comments