-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Piotr Stachyra
committed
Mar 22, 2022
1 parent
5fb7bc1
commit 5e0593b
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
- name: 💾 Cache node db | ||
id: cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
path: test/e2e/state/node_db/${{ env.NETWORK }} | ||
key: node-db-${{ runner.os }}-${{ env.NETWORK }}-${{ steps.date-time.outputs.value }} | ||
|
@@ -50,7 +50,7 @@ jobs: | |
- name: 💾 Cache wallet db | ||
id: cache-wallet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
path: test/e2e/state/wallet_db/${{ env.NETWORK }} | ||
key: wallet-db-${{ runner.os }}-${{ env.NETWORK }}-${{ steps.date-time.outputs.value }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,17 +47,17 @@ jobs: | |
- name: 💾 Cache node db | ||
id: cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
path: test/e2e/state/node_db/${{ env.NETWORK }} | ||
key: node-db-${{ runner.os }}-${{ env.NETWORK }}-${{ steps.date-time.outputs.value }} | ||
restore-keys: | | ||
node-db-Linux-${{ env.NETWORK }}- | ||
node-db-${{ runner.os }}-${{ env.NETWORK }}- | ||
node-db-Linux-${{ env.NETWORK }}- | ||
- name: 💾 Cache wallet db | ||
id: cache-wallet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
path: test/e2e/state/wallet_db/${{ env.NETWORK }} | ||
key: wallet-db-${{ runner.os }}-${{ env.NETWORK }}-${{ steps.date-time.outputs.value }} | ||
|