Move env var into the action itself
This commit is contained in:
parent
daa3e173fa
commit
a921b23ead
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user