Update .github/workflows/ruby-build.yml

This commit is contained in:
Arthur Baars
2022-11-01 10:49:12 +01:00
committed by GitHub
parent 84a7fddd95
commit 8b39059d3a

View File

@@ -209,7 +209,6 @@ jobs:
- name: Run QL test
shell: bash
run: |
codeql pack install .
codeql test run --search-path "${{ runner.temp }}/ruby-bundle" --additional-packs "${{ runner.temp }}/ruby-bundle" .
- name: Create database
shell: bash