Skip to content

Commit 6957541

Browse files
committed
Update e2e workflow
1 parent 451c50d commit 6957541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
env:
2929
DOCKER_IMAGE: "ghcr.io/getsentry/sentry-ruby-devcontainer-3.4"
30-
DOCKER_TAG: "c7f73e278f0f8ad6035d578685e7bfb34be5eb4c"
30+
DOCKER_TAG: "latest"
3131

3232
steps:
3333
- name: Checkout code
@@ -50,9 +50,9 @@ jobs:
5050
uses: actions/cache@v3
5151
with:
5252
path: spec/apps/svelte-mini/node_modules
53-
key: ${{ runner.os }}-node-modules-${{ hashFiles('spec/apps/svelte-mini/package-lock.json') }}
53+
key: ${{ runner.os }}-${{ runner.arch }}-node-modules-${{ hashFiles('spec/apps/svelte-mini/package-lock.json') }}
5454
restore-keys: |
55-
${{ runner.os }}-node-modules-
55+
${{ runner.os }}-${{ runner.arch }}-node-modules-
5656
5757
- name: Set up test container
5858
run: |

0 commit comments

Comments
 (0)