We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581096b commit a9dd386Copy full SHA for a9dd386
1 file changed
.github/workflows/test-e2e.yml
@@ -84,7 +84,7 @@ jobs:
84
needs.detect-changes.outputs.chat == 'true' ||
85
needs.detect-changes.outputs.common-styling == 'true'
86
runs-on: ubuntu-latest
87
- container: platformos/playwright:5.4.0-1.52
+ container: ${{ vars.PW_CONTAINER }}
88
strategy:
89
matrix:
90
include:
@@ -167,14 +167,6 @@ jobs:
167
set -eu
168
${{ matrix.deploy-script }}
169
170
- - name: Install test dependencies
171
- if: steps.changed.outputs.skip != 'true'
172
- shell: sh
173
- working-directory: ${{ matrix.path }}
174
- run: |
175
- set -eu
176
- npm install
177
-
178
- name: Run Playwright tests
179
if: steps.changed.outputs.skip != 'true'
180
shell: sh
0 commit comments