Skip to content

Commit e9856a9

Browse files
committed
Test upgrade to jest-puppeteer 5.0.4.
1 parent 0d4d58f commit e9856a9

File tree

3 files changed

+564
-1008
lines changed

3 files changed

+564
-1008
lines changed

.github/workflows/e2e-tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ jobs:
138138
cache: 'npm'
139139

140140
- name: npm install
141-
run: npm ci --force
142-
# TODO: remove --force once versions diverge.
141+
run: npm ci
143142
working-directory: ./tests/e2e
144143

145144
- name: Run the tests

0 commit comments

Comments
 (0)