Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed Dec 19, 2024
1 parent 9b30dd9 commit 9ba8621
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/commit_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run-pytest:
name: Run Tests
runs-on: ubuntu-latest
env:
DISPLAY: ':99.0'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -71,6 +73,10 @@ jobs:
run: pip install Basilisk*.whl
- name: Install BSK-RL
run: pip install -e '.[all]' && finish_install
- uses: tlambert03/setup-qt-libs@v1
- name: build "display"
run: |
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
- name: Run pytest
run: pytest -v -ra --tb=long -o log_cli=true -o log_level=DEBUG

Expand Down

0 comments on commit 9ba8621

Please sign in to comment.