From 9363246ca1b03a23f7fa99a02f8adcc347d18e8c Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Thu, 7 Jan 2021 03:40:41 -0600 Subject: [PATCH] Ignore tests with noci tag --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5573453..408e32a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -75,4 +75,4 @@ jobs: working-directory: ${{github.workspace}}/build/test shell: bash # Skipping tests for bass since no audio device - run: QT_QPA_PLATFORM=offscreen ./test ~[bass] + run: QT_QPA_PLATFORM=offscreen ./test ~[bass] ~[noci]