We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141dde8 commit fe4011eCopy full SHA for fe4011e
.github/actions/node-and-build/action.yml
@@ -22,6 +22,7 @@ runs:
22
path: |
23
**/node_modules
24
**/dist/
25
+ /home/runner/.cache/Cypress
26
key: ${{ runner.os }}-build-artifacts-${{ github.sha }}
27
restore-keys: |
28
${{ runner.os }}-build-artifacts-
0 commit comments