We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e5e47 commit 3d67b3cCopy full SHA for 3d67b3c
.github/workflows/test.yml
@@ -13,5 +13,5 @@ jobs:
13
uses: github/codeql-action/init@v3
14
- name: Run tests
15
run: |
16
- ${{ steps.init.outputs.codeql-path }} test run ./cpp/test/
17
- ${{ 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/
0 commit comments