File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2121 name : Test
2222 timeout-minutes : 120
2323 runs-on : ${{ matrix.runs-on }}
24+ env :
25+ PW_MAX_RETRIES : 3
2426 strategy :
2527 fail-fast : false
2628 matrix :
3436 bash utils/docker/build.sh --$ARCH ${{ matrix.flavor }} playwright-java:localbuild-${{ matrix.flavor }}
3537 - name : Start container
3638 run : |
37- CONTAINER_ID=$(docker run --rm -e CI --ipc=host -v "$(pwd)":/root/playwright --name playwright-docker-test -d -t playwright-java:localbuild-${{ matrix.flavor }} /bin/bash)
39+ CONTAINER_ID=$(docker run --rm -e CI -e PW_MAX_RETRIES - -ipc=host -v "$(pwd)":/root/playwright --name playwright-docker-test -d -t playwright-java:localbuild-${{ matrix.flavor }} /bin/bash)
3840 echo "CONTAINER_ID=$CONTAINER_ID" >> $GITHUB_ENV
3941
4042 - name : Run test in container
You can’t perform that action at this time.
0 commit comments