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 cf2fcc2 commit 109c355Copy full SHA for 109c355
.github/workflows/ci.yml
@@ -51,10 +51,9 @@ jobs:
51
- name: Setup Docker cache
52
uses: actions/cache@v4
53
with:
54
- path: /tmp/.buildx-cache
55
- key: ${{ runner.os }}-buildx-${{ github.sha }}
56
- restore-keys: |
57
- ${{ runner.os }}-buildx-
+ path: node_modules
+ key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
+ restore-keys: ${{ runner.os }}-node-
58
59
- name: Setup database and infrastructure
60
run: |
0 commit comments