Add env variable to indicate no screen

This commit is contained in:
Skye Deving 2021-01-07 03:28:07 -06:00
parent 608d6dff61
commit ed7863f2fc

View File

@ -75,4 +75,4 @@ jobs:
working-directory: ${{github.workspace}}/build/test
shell: bash
# Skipping tests for bass since no audio device
run: ./test ~[bass]
run: QT_QPA_PLATFORM=offscreen ./test ~[bass]