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 47e5a61 commit d815a07Copy full SHA for d815a07
.github/actions/action.yml
@@ -16,7 +16,7 @@ runs:
16
~/.cache/Cypress # needed for the Cypress binary
17
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }}
18
- name: Npm install
19
- if: steps.cache.outputs.cache-hit != 'true'
+ if: steps.cache-dependencies-restore.outputs.cache-hit != 'true'
20
run: npm ci
21
shell: bash
22
- name: Cache npm dependencies
nx.json
@@ -15,7 +15,9 @@
15
"!{projectRoot}/src/test-setup.[jt]s",
"!{projectRoot}/test-setup.[jt]s"
],
- "sharedGlobals": []
+ "sharedGlobals": [
+ "{workspaceRoot}/.github/**/*"
+ ]
},
"plugins": [
23
{
0 commit comments