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 Nov 30, 2021
1 parent 68f4386 commit ac9fdee
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 ac9fdee

Please sign in to comment.