From cbdeea00109fa8b7bd052653938ac106514c1133 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Thu, 7 Jan 2021 04:29:49 -0600 Subject: Add test resources in and enable tests --- .github/workflows/cmake.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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] -- cgit