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 49
49
github_token : ${{ secrets.GITHUB_TOKEN }}
50
50
server_url : http-get://localhost:8888/
51
51
test_folder : ui-tests-ipw7
52
+
52
53
update-reference-screenshots-ipw8 :
53
54
name : Update Galata References
54
55
if : ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'update galata references') }}
80
81
81
82
- name : Install the package
82
83
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
+
83
91
- uses : jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
84
92
with :
93
+ npm_client : jlpm
85
94
github_token : ${{ secrets.GITHUB_TOKEN }}
86
- server_url : http-get://localhost:8888/
95
+ start_server_script : ' null '
87
96
test_folder : ui-tests-ipw8
You can’t perform that action at this time.
0 commit comments