Skip to content

Commit 4a1c637

Browse files
authored
run playwright test in docker image (#6151)
1 parent aed28b2 commit 4a1c637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-optimization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
playwright-version: [oldest, latest]
5858
name: integration-playwright (${{ matrix.playwright-version}}, node-${{ matrix.node-version }})
5959
runs-on: ubuntu-latest
60+
container:
61+
image: rochdev/playwright-tools@sha256:4903e8078c956b04d3190973732de99eea4e0fd5074188e007c8f6c7af066504 # 1.54.1-2
6062
env:
6163
DD_SERVICE: dd-trace-js-integration-tests
6264
DD_CIVISIBILITY_AGENTLESS_ENABLED: 1
@@ -69,8 +71,6 @@ jobs:
6971
with:
7072
version: ${{ matrix.node-version }}
7173
- uses: ./.github/actions/install
72-
# Install system dependencies for playwright
73-
- run: npx playwright install-deps
7474
- run: yarn test:integration:playwright
7575
env:
7676
NODE_OPTIONS: '-r ./ci/init'

0 commit comments

Comments
 (0)