Skip to content

Commit a9dd386

Browse files
committed
use repo variable to define PW container and do not install dependencies
1 parent 581096b commit a9dd386

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
needs.detect-changes.outputs.chat == 'true' ||
8585
needs.detect-changes.outputs.common-styling == 'true'
8686
runs-on: ubuntu-latest
87-
container: platformos/playwright:5.4.0-1.52
87+
container: ${{ vars.PW_CONTAINER }}
8888
strategy:
8989
matrix:
9090
include:
@@ -167,14 +167,6 @@ jobs:
167167
set -eu
168168
${{ matrix.deploy-script }}
169169
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-
178170
- name: Run Playwright tests
179171
if: steps.changed.outputs.skip != 'true'
180172
shell: sh

0 commit comments

Comments
 (0)