Skip to content

Commit 3d67b3c

Browse files
committed
Try parent directory
1 parent 56e5e47 commit 3d67b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
uses: github/codeql-action/init@v3
1414
- name: Run tests
1515
run: |
16-
${{ steps.init.outputs.codeql-path }} test run ./cpp/test/
17-
${{ steps.init.outputs.codeql-path }} test run ./go/test/
16+
${{ steps.init.outputs.codeql-path }} test run ../cpp/test/
17+
${{ steps.init.outputs.codeql-path }} test run ../go/test/

0 commit comments

Comments
 (0)