File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,18 @@ jobs:
21
21
- name : Checkout
22
22
uses : actions/checkout@v3
23
23
24
- - name : Base Setup
25
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
26
-
27
24
- name : Checkout the branch from the PR that triggered the job
28
25
run : |
29
26
# PR branch remote must be checked out using https URL
30
27
git config --global hub.protocol https
28
+
31
29
hub pr checkout ${{ github.event.issue.number }}
32
30
env :
33
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
32
33
+ - name : Base Setup
34
+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
35
+
35
36
- name : Build
36
37
uses : ./.github/actions/build-dist
37
38
55
56
jlpm playwright install
56
57
57
58
- name : Update snapshots
58
- uses : jupyterlab /maintainer-tools/.github/actions/update-snapshots@v1
59
+ uses : jupyter-server /maintainer-tools/.github/actions/update-snapshots@v1
59
60
with :
60
61
github_token : ${{ secrets.GITHUB_TOKEN }}
62
+ npm_client : jlpm
61
63
test_folder : ui-tests
62
64
start_server_script : ' null'
63
65
update_script : test:update --browser ${{ matrix.browser }}
66
+ env :
67
+ DEBUG : pw:webserver
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ module.exports = {
13
13
port : 8888 ,
14
14
timeout : 120 * 1000 ,
15
15
reuseExistingServer : true ,
16
+ stdout : 'pipe' ,
16
17
} ,
17
18
] ,
18
19
} ;
You can’t perform that action at this time.
0 commit comments