We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4bf71 commit 45a8d3aCopy full SHA for 45a8d3a
1 file changed
.github/workflows/codeql-unit-tests.yaml
@@ -28,10 +28,9 @@ jobs:
28
29
- name: Pre-Compile Queries
30
id: pre-compile-queries
31
+ if: ${{ matrix.language != 'common' }}
32
run: |
- if [ "${{ matrix.language }}" != "common" ]; then
33
- ${{ github.workspace }}/codeql_home/codeql/codeql query compile --threads 0 ${{ matrix.language }}
34
- fi
+ ${{ github.workspace }}/codeql_home/codeql/codeql query compile --threads 0 ${{ matrix.language }}
35
36
- name: Test Queries
37
env:
0 commit comments