Skip to content

Commit

Permalink
try fixing caching
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 12, 2024
1 parent 673e9b8 commit b86b09a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
with:
go-version: '1.21.6'
check-latest: true
cache-dependency-path: |
subdir/go.sum
tools/go.sum
cache-dependency-path: "**/*.sum"
# NOT TESTING THE BACKEND YET
# - name: Test backend
# uses: magefile/mage-action@v2
Expand All @@ -39,6 +37,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm install -g yarn && yarn install --frozen-lockfile;
- name: Build Frontend
Expand Down

0 comments on commit b86b09a

Please sign in to comment.