We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816c0d0 commit e910551Copy full SHA for e910551
.github/workflows/update_galata_references.yml
@@ -47,15 +47,16 @@ jobs:
47
- name: Install JS deps
48
run: |
49
jlpm
50
- jlpm playwright install chromium
51
jlpm build
52
working-directory: js
53
54
- name: Install labextension
55
run: jupyter labextension develop . --overwrite
56
57
- name: Install ui-tests
58
- run: jlpm install --frozen-lockfile
+ run: |
+ jlpm install --frozen-lockfile
59
+ jlpm playwright install chromium
60
working-directory: ui-tests
61
62
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
0 commit comments