File tree Expand file tree Collapse file tree 1 file changed +36
-14
lines changed Expand file tree Collapse file tree 1 file changed +36
-14
lines changed Original file line number Diff line number Diff line change 1
- name : Test downstream projects
1
+ name : Downstream Tests
2
2
3
3
on :
4
4
push :
5
5
pull_request :
6
6
7
7
jobs :
8
- tests :
8
+ nbclassic :
9
9
runs-on : ubuntu-latest
10
- timeout-minutes : 20
10
+ timeout-minutes : 10
11
11
12
12
steps :
13
13
- name : Checkout
21
21
with :
22
22
package_name : nbclassic
23
23
24
- - name : Test jupyterlab_server
25
- uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
26
- with :
27
- package_name : jupyterlab_server
28
-
29
- - name : Test jupyterlab
30
- uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
31
- with :
32
- package_name : jupyterlab
33
- test_command : " python -m jupyterlab.browser_check --no-browser-test"
34
-
35
24
- name : Test run nbclassic
36
25
run : |
37
26
pip install nbclassic
45
34
sleep 5
46
35
kill $TASK_PID
47
36
wait $TASK_PID
37
+
38
+ jupyterlab_server :
39
+ runs-on : ubuntu-latest
40
+ timeout-minutes : 10
41
+
42
+ steps :
43
+ - name : Checkout
44
+ uses : actions/checkout@v2
45
+
46
+ - name : Base Setup
47
+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
48
+
49
+ - name : Test jupyterlab_server
50
+ uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
51
+ with :
52
+ package_name : jupyterlab_server
53
+
54
+ jupyterlab :
55
+ runs-on : ubuntu-latest
56
+ timeout-minutes : 10
57
+
58
+ steps :
59
+ - name : Checkout
60
+ uses : actions/checkout@v2
61
+
62
+ - name : Base Setup
63
+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
64
+
65
+ - name : Test jupyterlab
66
+ uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
67
+ with :
68
+ package_name : jupyterlab
69
+ test_command : " python -m jupyterlab.browser_check --no-browser-test"
You can’t perform that action at this time.
0 commit comments