From d802214cd8a337cd09dc8c6bae78d92b68d84674 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 17 Nov 2023 21:08:01 +0100 Subject: [PATCH] debug - test acceptance only --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b59c9a6b..6efe0f25 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -148,7 +148,7 @@ jobs: run: | mkdir build cd build - pytest -c ../pyproject.toml ../tests + pytest -c ../pyproject.toml ../tests/acceptance - name: Upload test reports if: always()