We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3273696 + 039f9f6 commit 3970dc7Copy full SHA for 3970dc7
.github/workflows/ui-tests.yml
@@ -29,18 +29,17 @@ jobs:
29
cd ui-tests
30
jlpm playwright install chromium
31
32
- - name: Launch JupyterLab
+ - name: Launch JupyterLab
33
run: |
34
35
- jlpm start-jlab:detached 2>&1 > /tmp/jupyterlab_server.log &
+ jlpm start-jlab:detached > /tmp/jupyterlab_server.log 2>&1
36
37
- name: Wait for JupyterLab
38
uses: ifaxity/wait-on-action@v1
39
with:
40
resource: http-get://localhost:8888/
41
timeout: 360000
42
43
- - uses: iterative/setup-cml@v1
44
- name: Widget rendering tests
45
shell: bash
46
@@ -76,4 +75,3 @@ jobs:
76
75
if: always()
77
78
cat /tmp/jupyterlab_server.log
79
-
0 commit comments