Merge pull request #5 from trailofbits/mschwager-ci-tests #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CodeQL queries test | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
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/ |