File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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') }}
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
You can’t perform that action at this time.
0 commit comments