diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12fbbb01..f7f10e0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -313,7 +313,7 @@ jobs: uses: actions/checkout@v4 - name: Check scripts run: | - Build/Scripts/runTests.sh -s shellcheck + cat Build/Scripts/runTests.sh && Build/Scripts/runTests.sh -s shellcheck documentation: name: Documentation runs-on: ubuntu-24.04