Skip to content

Commit 45a8d3a

Browse files
Ninth try fixing CI/CD
1 parent 3b4bf71 commit 45a8d3a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codeql-unit-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828

2929
- name: Pre-Compile Queries
3030
id: pre-compile-queries
31+
if: ${{ matrix.language != 'common' }}
3132
run: |
32-
if [ "${{ matrix.language }}" != "common" ]; then
33-
${{ github.workspace }}/codeql_home/codeql/codeql query compile --threads 0 ${{ matrix.language }}
34-
fi
33+
${{ github.workspace }}/codeql_home/codeql/codeql query compile --threads 0 ${{ matrix.language }}
3534
3635
- name: Test Queries
3736
env:

0 commit comments

Comments
 (0)