Rebuild integration test workflow
This commit is contained in:
parent
c8785050e2
commit
f239f49a62
1 changed files with 1 additions and 3 deletions
4
.github/workflows/__resolve-environment-action.yml
generated
vendored
4
.github/workflows/__resolve-environment-action.yml
generated
vendored
|
|
@ -49,9 +49,7 @@ jobs:
|
||||||
if: >-
|
if: >-
|
||||||
runner.os != 'Windows' && (
|
runner.os != 'Windows' && (
|
||||||
matrix.version == '20220908' ||
|
matrix.version == '20220908' ||
|
||||||
matrix.version == '20221211' ||
|
matrix.version == '20221211'
|
||||||
matrix.version == 'cached' ||
|
|
||||||
matrix.version == 'latest'
|
|
||||||
)
|
)
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV
|
run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue