From 5e4e33fd2db2159c74eefc455ba0ab455e9236d7 Mon Sep 17 00:00:00 2001 From: Jordy Aaldering <33897257+JordyAaldering@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:15:49 +0100 Subject: [PATCH] Testing library name has changed --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b71a0016..42635a72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,8 +47,8 @@ jobs: shell: bash working-directory: ${{runner.workspace}}/build run: | - git clone --single-branch https://github.com/SacBase/sac-examples.git - cd sac-examples + git clone --single-branch https://github.com/SacBase/IntegrationTests.git + cd IntegrationTests make all ./test.sh @@ -96,8 +96,8 @@ jobs: shell: bash working-directory: ${{runner.workspace}}/build run: | - git clone --single-branch https://github.com/SacBase/sac-examples.git - cd sac-examples + git clone --single-branch https://github.com/SacBase/IntegrationTests.git + cd IntegrationTests make all ./test.sh @@ -145,7 +145,7 @@ jobs: shell: bash working-directory: ${{runner.workspace}}/build run: | - git clone --single-branch https://github.com/SacBase/sac-examples.git - cd sac-examples + git clone --single-branch https://github.com/SacBase/IntegrationTests.git + cd IntegrationTests make all ./test.sh