File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
dev-packages/e2e-tests/test-applications/aws-serverless Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11import { getPlaywrightConfig } from '@sentry-internal/test-utils' ;
22
3- export default getPlaywrightConfig ( undefined , {
4- timeout : 100000 ,
5- } ) ;
3+ export default getPlaywrightConfig ( ) ;
You can’t perform that action at this time.
0 commit comments