Skip to content

Commit 5b85a44

Browse files
committed
Checkout code first
1 parent 3d67b3c commit 5b85a44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
name: Run CodeQL query tests
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/checkout@v4
1213
- id: init
1314
uses: github/codeql-action/init@v3
1415
- name: Run tests
1516
run: |
16-
${{ steps.init.outputs.codeql-path }} test run ../cpp/test/
17-
${{ steps.init.outputs.codeql-path }} test run ../go/test/
17+
${{ steps.init.outputs.codeql-path }} test run ./cpp/test/
18+
${{ steps.init.outputs.codeql-path }} test run ./go/test/

0 commit comments

Comments
 (0)