We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed28b2 commit 4a1c637Copy full SHA for 4a1c637
.github/workflows/test-optimization.yml
@@ -57,6 +57,8 @@ jobs:
57
playwright-version: [oldest, latest]
58
name: integration-playwright (${{ matrix.playwright-version}}, node-${{ matrix.node-version }})
59
runs-on: ubuntu-latest
60
+ container:
61
+ image: rochdev/playwright-tools@sha256:4903e8078c956b04d3190973732de99eea4e0fd5074188e007c8f6c7af066504 # 1.54.1-2
62
env:
63
DD_SERVICE: dd-trace-js-integration-tests
64
DD_CIVISIBILITY_AGENTLESS_ENABLED: 1
@@ -69,8 +71,6 @@ jobs:
69
71
with:
70
72
version: ${{ matrix.node-version }}
73
- uses: ./.github/actions/install
- # Install system dependencies for playwright
- - run: npx playwright install-deps
74
- run: yarn test:integration:playwright
75
76
NODE_OPTIONS: '-r ./ci/init'
0 commit comments