Skip to content

Commit

Permalink
Fix URL in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Partington committed Jun 30, 2020
1 parent a52f1a5 commit aa6c2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: ./../action/init
with:
languages: cpp,csharp,java,javascript,python
config-file: github/codeql-action/.github/codeql/custom-queries.yml@main
config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@main
- name: Build code
shell: bash
run: ./build.sh
Expand Down

0 comments on commit aa6c2c5

Please sign in to comment.