Skip to content

Commit

Permalink
Wait for the server
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Feb 12, 2022
1 parent 3b17a59 commit 3ea7e46
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,21 @@ jobs:
python -m pip install -U pip
python -m pip install jupyterlab~=3.0 jupyter-archive ./jupyterlab_git*.whl
- name: UI tests
- name: Start server for UI tests
run: |
jlpm
jlpm install:browser
jlpm start-jlab:detached
working-directory: ui-tests

- name: Wait for JupyterLab
uses: ifaxity/wait-on-action@v1
with:
resource: http-get://localhost:8888/lab
timeout: 180000

- name: UI tests
run: |
jlpm run test
working-directory: ui-tests

Expand Down

0 comments on commit 3ea7e46

Please sign in to comment.