Move env var into the action itself

This commit is contained in:
Skye Deving 2021-01-09 12:32:08 -06:00
parent daa3e173fa
commit a921b23ead

View File

@ -77,6 +77,8 @@ jobs:
- name: Test - name: Test
working-directory: ${{github.workspace}}/build/test working-directory: ${{github.workspace}}/build/test
shell: bash shell: bash
env:
QT_QPA_PLATFORM: offscreen
run: | run: |
ln -s ../../test/*.png . ln -s ../../test/*.png .
QT_QPA_PLATFORM=offscreen ./test ~[noci] ./test ~[noci]