Skip to content

Commit d83f2ce

Browse files
authored
Try fixing snapshots bot (#833)
1 parent fcaf88a commit d83f2ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_galata_references.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
working-directory: ui-tests
100100
env:
101101
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
102-
run: jlpm install
102+
run: |
103+
jlpm install
104+
yarn playwright install
103105
104106
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
105107
with:

0 commit comments

Comments
 (0)