Skip to content

Commit 0f4a69c

Browse files
authored
Merge pull request #1055 from martinRenou/fix_bot
Fix Galata bot
2 parents 816c0d0 + e910551 commit 0f4a69c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update_galata_references.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,16 @@ jobs:
4747
- name: Install JS deps
4848
run: |
4949
jlpm
50-
jlpm playwright install chromium
5150
jlpm build
5251
working-directory: js
5352

5453
- name: Install labextension
5554
run: jupyter labextension develop . --overwrite
5655

5756
- name: Install ui-tests
58-
run: jlpm install --frozen-lockfile
57+
run: |
58+
jlpm install --frozen-lockfile
59+
jlpm playwright install chromium
5960
working-directory: ui-tests
6061

6162
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main

0 commit comments

Comments
 (0)