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
|
||||
working-directory: ${{github.workspace}}/build/test
|
||||
shell: bash
|
||||
env:
|
||||
QT_QPA_PLATFORM: offscreen
|
||||
run: |
|
||||
ln -s ../../test/*.png .
|
||||
QT_QPA_PLATFORM=offscreen ./test ~[noci]
|
||||
./test ~[noci]
|
||||
|
Loading…
Reference in New Issue
Block a user