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 ff97b94 commit 68f32e2Copy full SHA for 68f32e2
.github/workflows/build.yml
@@ -174,6 +174,11 @@ jobs:
174
with:
175
path: ${{ env.CACHED_BUILD_PATHS }}
176
key: ${{ env.BUILD_CACHE_KEY }}
177
+ - name: NX cache
178
+ uses: actions/cache@v3
179
+ with:
180
+ path: node_modules/.cache/nx
181
+ key: ${{ runner.os }}-nx
182
- name: Build packages
183
# Under normal circumstances, using the git SHA as a cache key, there shouldn't ever be a cache hit on the built
184
# packages, and so `yarn build` should always run. This `if` check is therefore only there for testing CI issues
0 commit comments