Skip to content

Commit 9316d0c

Browse files
committed
Fix bot for updating snapshots
Signed-off-by: martinRenou <[email protected]>
1 parent 16141c1 commit 9316d0c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/update_galata_references.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
server_url: http-get://localhost:8888/
5151
test_folder: ui-tests-ipw7
52+
5253
update-reference-screenshots-ipw8:
5354
name: Update Galata References
5455
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'update galata references') }}
@@ -80,8 +81,16 @@ jobs:
8081

8182
- name: Install the package
8283
run: pip install -vv .
84+
85+
- name: Install dependencies
86+
working-directory: ui-tests
87+
env:
88+
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
89+
run: jlpm install
90+
8391
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
8492
with:
93+
npm_client: jlpm
8594
github_token: ${{ secrets.GITHUB_TOKEN }}
86-
server_url: http-get://localhost:8888/
95+
start_server_script: 'null'
8796
test_folder: ui-tests-ipw8

0 commit comments

Comments
 (0)