Skip to content

Commit

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

Please sign in to comment.