File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@v3
2323
24+ - name : Base Setup
25+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
26+
2427 - name : Checkout the branch from the PR that triggered the job
2528 run : |
2629 # PR branch remote must be checked out using https URL
4245 cd dist
4346 python -m pip install -vv notebook*.whl
4447
48+ # disable git hooks
49+ git config core.hooksPath no-hooks
50+
4551 - name : Install the test dependencies
4652 run : |
4753 cd ui-tests
5258 uses : jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
5359 with :
5460 github_token : ${{ secrets.GITHUB_TOKEN }}
55- test_folder : playwright -tests
61+ test_folder : ui -tests
5662 start_server_script : ' null'
5763 update_script : test:update --browser ${{ matrix.browser }}
You can’t perform that action at this time.
0 commit comments