Skip to content

Commit 7f55356

Browse files
author
Piotr Stachyra
committed
Update docker/Windows e2e workflows
1 parent c09d7c4 commit 7f55356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: test/e2e/state/wallet_db/${{ env.NETWORK }}
7878
key: wallet-db-${{ runner.os }}-${{ env.NETWORK }}-${{ steps.date-time.outputs.value }}
7979
restore-keys: |
80-
wallet-db-${{ runner.os }}-${{ env.NETWORK }}-
80+
wallet-db-docker-${{ env.NETWORK }}-
8181
wallet-db-Linux-${{ env.NETWORK }}-
8282
8383
- name: 🚀 Start node and wallet

.github/workflows/e2e-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
path: test/e2e/state/node_db/${{ env.NETWORK }}
5353
key: node-db-${{ runner.os }}-${{ env.NETWORK }}-${{ steps.date-time.outputs.value }}
5454
restore-keys: |
55-
node-db-${{ runner.os }}-${{ env.NETWORK }}-
5655
node-db-Linux-${{ env.NETWORK }}-
56+
node-db-${{ runner.os }}-${{ env.NETWORK }}-
5757
5858
- name: 💾 Cache wallet db
5959
id: cache-wallet
@@ -63,7 +63,7 @@ jobs:
6363
key: wallet-db-${{ runner.os }}-${{ env.NETWORK }}-${{ steps.date-time.outputs.value }}
6464
restore-keys: |
6565
wallet-db-${{ runner.os }}-${{ env.NETWORK }}-
66-
66+
6767
- name: ⚙️ Setup (get latest bins and configs and decode fixtures)
6868
run: rake setup[%NETWORK%,%PR%]
6969

0 commit comments

Comments
 (0)