aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-07 04:29:49 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commitcbdeea00109fa8b7bd052653938ac106514c1133 (patch)
treea90f10fda3699bceb1ea1d9129798dfbebb6a52d /.github/workflows
parent760d5861604b63b088943552fb70863952fa060e (diff)
Add test resources in and enable tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 408e32af..340bc7ea 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -75,4 +75,6 @@ jobs:
working-directory: ${{github.workspace}}/build/test
shell: bash
# Skipping tests for bass since no audio device
- run: QT_QPA_PLATFORM=offscreen ./test ~[bass] ~[noci]
+ run: |
+ ln -s ../../test/*.png .
+ QT_QPA_PLATFORM=offscreen ./test ~[bass] ~[noci]