Skip to content

Commit 39b3611

Browse files
Tenth try fix CI/CD
1 parent 45a8d3a commit 39b3611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
runner_temp = os.environ['RUNNER_TEMP']
5353
54-
if ${{ matrix.language }} == 'common':
54+
if '${{ matrix.language }}' == 'common':
5555
test_root = Path('${{ github.workspace }}', 'test')
5656
else:
5757
test_root = Path('${{ github.workspace }}', '${{ matrix.language }}', 'test')

0 commit comments

Comments
 (0)