Skip to content

Commit b86b09a

Browse files
committed
try fixing caching
1 parent 673e9b8 commit b86b09a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
with:
2222
go-version: '1.21.6'
2323
check-latest: true
24-
cache-dependency-path: |
25-
subdir/go.sum
26-
tools/go.sum
24+
cache-dependency-path: "**/*.sum"
2725
# NOT TESTING THE BACKEND YET
2826
# - name: Test backend
2927
# uses: magefile/mage-action@v2
@@ -39,6 +37,8 @@ jobs:
3937
uses: actions/setup-node@v3
4038
with:
4139
node-version: 20
40+
cache: 'yarn'
41+
cache-dependency-path: '**/package-lock.json'
4242
- name: Install dependencies
4343
run: npm install -g yarn && yarn install --frozen-lockfile;
4444
- name: Build Frontend

0 commit comments

Comments
 (0)