devops: fix Docker tests (#10767)
This commit is contained in:
parent
55fb53ef82
commit
070b18e755
2
.github/workflows/tests_docker.yml
vendored
2
.github/workflows/tests_docker.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
- name: Build
|
||||
run: bash utils/docker/build.sh ${{ matrix.tag }} playwright:localbuild-${{ matrix.tag }}
|
||||
run: bash utils/docker/build.sh --amd64 ${{ matrix.tag }} playwright:localbuild-${{ matrix.tag }}
|
||||
- name: Clean & Prepare for Docker
|
||||
run: |
|
||||
npm run clean
|
||||
|
|
|
|||
Loading…
Reference in a new issue