Skip to content

Commit 3970dc7

Browse files
Merge pull request #908 from davidbrochart/ui_tests
Clean up UI tests
2 parents 3273696 + 039f9f6 commit 3970dc7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,17 @@ jobs:
2929
cd ui-tests
3030
jlpm playwright install chromium
3131
32-
- name: Launch JupyterLab
32+
- name: Launch JupyterLab
3333
run: |
3434
cd ui-tests
35-
jlpm start-jlab:detached 2>&1 > /tmp/jupyterlab_server.log &
35+
jlpm start-jlab:detached > /tmp/jupyterlab_server.log 2>&1
3636
3737
- name: Wait for JupyterLab
3838
uses: ifaxity/wait-on-action@v1
3939
with:
4040
resource: http-get://localhost:8888/
4141
timeout: 360000
4242

43-
- uses: iterative/setup-cml@v1
4443
- name: Widget rendering tests
4544
shell: bash
4645
run: |
@@ -76,4 +75,3 @@ jobs:
7675
if: always()
7776
run: |
7877
cat /tmp/jupyterlab_server.log
79-

0 commit comments

Comments
 (0)