Skip to content

Commit

Permalink
Merge pull request #908 from davidbrochart/ui_tests
Browse files Browse the repository at this point in the history
Clean up UI tests
  • Loading branch information
davidbrochart authored Dec 22, 2021
2 parents 3273696 + 039f9f6 commit 3970dc7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,17 @@ jobs:
cd ui-tests
jlpm playwright install chromium
- name: Launch JupyterLab
- name: Launch JupyterLab
run: |
cd ui-tests
jlpm start-jlab:detached 2>&1 > /tmp/jupyterlab_server.log &
jlpm start-jlab:detached > /tmp/jupyterlab_server.log 2>&1
- name: Wait for JupyterLab
uses: ifaxity/wait-on-action@v1
with:
resource: http-get://localhost:8888/
timeout: 360000

- uses: iterative/setup-cml@v1
- name: Widget rendering tests
shell: bash
run: |
Expand Down Expand Up @@ -76,4 +75,3 @@ jobs:
if: always()
run: |
cat /tmp/jupyterlab_server.log

0 comments on commit 3970dc7

Please sign in to comment.