diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4409231..64f84ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,9 +9,10 @@ jobs: name: Run CodeQL query tests runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - id: init uses: github/codeql-action/init@v3 - name: Run tests run: | - ${{ steps.init.outputs.codeql-path }} test run ../cpp/test/ - ${{ steps.init.outputs.codeql-path }} test run ../go/test/ + ${{ steps.init.outputs.codeql-path }} test run ./cpp/test/ + ${{ steps.init.outputs.codeql-path }} test run ./go/test/