Skip to content

Commit

Permalink
Try to fix test-dashboard-build (as in branch dependabot)
Browse files Browse the repository at this point in the history
  • Loading branch information
notoraptor committed Nov 28, 2022
1 parent f422b92 commit 0f006ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,16 @@ jobs:
run: |
wget https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz
tar -xvf geckodriver-v0.31.0-linux64.tar.gz
export PATH=$PATH:$(pwd)
- name: Create gunicorn_tmp_dir to match orion_config.yaml
run: mkdir -p gunicorn_tmp_dir
- name: Launch backend
run: orion serve -c .github/workflows/orion/orion_config.yaml &
- name: Launch frontend
run: orion frontend &
- name: Install Firefox
uses: browser-actions/setup-firefox@latest
- name: Test frontend
run: pytest tests/functional/serving/test_frontend.py
run: PATH=$PATH:$(pwd) pytest tests/functional/serving/test_frontend.py

test:
needs: [pre-commit, pretest]
Expand Down

0 comments on commit 0f006ce

Please sign in to comment.