File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 55 types : [opened, reopened, synchronize]
66
77jobs :
8+ env-setup :
9+ name : Setup CI Environment
10+ runs-on : ubuntu-latest
11+ strategy :
12+ fail-fast : true
13+ matrix :
14+ swift_version : ['6.1.2']
15+ os_version : ['jammy']
16+ jdk_vendor : ['corretto']
17+ container :
18+ image : ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
19+ env :
20+ SWIFT_JAVA_VERBOSE : true
21+ steps :
22+ - uses : actions/checkout@v4
23+ - name : Prepare CI Environment
24+ uses : ./.github/actions/prepare_env
25+
826 soundness :
27+ needs : env-setup
928 uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
1029 with :
1130 # Not API stable package (yet)
You can’t perform that action at this time.
0 commit comments