Fix Swift PR Checks on nightly-latest CLI (#1696)
This commit is contained in:
parent
1245696032
commit
8c923c00a3
34 changed files with 55 additions and 72 deletions
|
|
@ -66,7 +66,9 @@ steps:
|
|||
fi
|
||||
|
||||
- name: Check language autodetect for Swift
|
||||
if: env.CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT == 'true'
|
||||
if: >-
|
||||
env.CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT == 'true' ||
|
||||
(runner.os != 'Windows' && matrix.version == 'nightly-latest')
|
||||
shell: bash
|
||||
run: |
|
||||
SWIFT_DB=${{ fromJson(steps.analysis.outputs.db-locations).swift }}
|
||||
|
|
|
|||
|
|
@ -83,8 +83,7 @@ for file in os.listdir('checks'):
|
|||
matrix.version == '20220908' ||
|
||||
matrix.version == '20221211' ||
|
||||
matrix.version == 'cached' ||
|
||||
matrix.version == 'latest' ||
|
||||
matrix.version == 'nightly-latest'
|
||||
matrix.version == 'latest'
|
||||
)
|
||||
''').strip()),
|
||||
'shell': 'bash',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue