Skip to content

Commit

Permalink
Trying headless GUI unit tests [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Oct 31, 2023
1 parent f525c36 commit b2f2bcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
- name: Test GUI startup
env:
DISPLAY: ':1'
run: cd ${{github.workspace}}/tests && python software_launch_test.py
run: |
export QT_QPA_PLATFORM="offscreen"
cd ${{github.workspace}}/tests && python software_launch_test.py
- name: Make installer
run: |
Expand Down

0 comments on commit b2f2bcd

Please sign in to comment.