Skip to content

Commit

Permalink
Checkout code first
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Jul 2, 2024
1 parent 3d67b3c commit 5b85a44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 5b85a44

Please sign in to comment.