Skip to content

Commit

Permalink
Merge pull request #431 from nextcloud/chore/update-buildjet-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 15, 2024
2 parents 63b626e + 3dcacba commit 8254686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workflow-templates/command-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

steps:
- name: Restore cached git repository
uses: buildjet/cache@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
uses: buildjet/cache/save@v4
with:
path: .git
key: git-repo
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
TESTING=true npm run build --if-present
- name: Save context
uses: buildjet/cache/save@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
uses: buildjet/cache/save@v4
with:
key: cypress-context-${{ github.run_id }}
path: ./
Expand All @@ -95,7 +95,7 @@ jobs:

steps:
- name: Restore context
uses: buildjet/cache/restore@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
uses: buildjet/cache/save@v4
with:
fail-on-cache-miss: true
key: cypress-context-${{ github.run_id }}
Expand Down

0 comments on commit 8254686

Please sign in to comment.