From 0be30f4665b403c7fd675c6fe80c8d54305898c9 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Wed, 5 Jun 2024 17:20:53 +0200 Subject: [PATCH] Fix CI pt 7 --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4cfab99..f4e4990 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -316,7 +316,9 @@ jobs: - name: Run Test if: ( matrix.os == 'ubuntu-22.04' && matrix.compiler == 'gcc-13' ) || matrix.compiler == 'apple' run: | - ./test/run.sh + cd test + ./run.sh + cd .. - name: Upload Tests if: ( matrix.os == 'ubuntu-22.04' && matrix.compiler == 'gcc-13' ) || matrix.compiler == 'apple'