Skip to content

Commit 6ee1eb5

Browse files
committed
pre-pull docker images
1 parent 1afa26d commit 6ee1eb5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,12 @@ jobs:
916916
with:
917917
use-installer: true
918918
token: ${{ secrets.GITHUB_TOKEN }}
919+
- name: Pull SAM Docker images
920+
if: matrix.test-application == 'aws-serverless'
921+
run: |
922+
docker pull public.ecr.aws/sam/build-nodejs18.x
923+
docker pull public.ecr.aws/sam/build-nodejs20.x
924+
docker pull public.ecr.aws/sam/build-nodejs22.x
919925
- name: Restore caches
920926
uses: ./.github/actions/restore-cache
921927
with:
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
import { getPlaywrightConfig } from '@sentry-internal/test-utils';
22

3-
export default getPlaywrightConfig(undefined, {
4-
timeout: 100000,
5-
});
3+
export default getPlaywrightConfig();

0 commit comments

Comments
 (0)