Skip to content

Commit 24b9913

Browse files
committed
Fix codeql path in CI workflow
1 parent c555736 commit 24b9913

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ jobs:
8787
run: |
8888
bundle exec rake spec:ci
8989
90+
- name: Run CodeQL Tests
91+
env:
92+
CODEQL_PATH: "$GITHUB_WORKSPACE/codeql/codeql"
93+
working-directory: ./codeql-ruby
94+
run: |
95+
$CODEQL_PATH test run ql/test
96+
9097
# - name: Setup tmate session
9198
# uses: mxschmitt/action-tmate@v2
9299

0 commit comments

Comments
 (0)