Skip to content

Commit 0544f69

Browse files
committed
don't run npm ci 2 times
1 parent 1f4b5ba commit 0544f69

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
run: composer install --prefer-dist --no-interaction --no-progress
3030
- name: Build assets
3131
run: npm run build
32-
- name: Install dependencies
33-
run: npm ci
3432
working-directory: tests-e2e
3533
- name: Install Playwright Browsers
3634
run: npx playwright install chromium --with-deps

0 commit comments

Comments
 (0)