Merge branch 'main' into redsun82/swift-action-triggers

This commit is contained in:
Paolo Tranquilli
2022-09-20 14:23:22 +02:00
committed by GitHub
111 changed files with 5629 additions and 360 deletions

View File

@@ -32,6 +32,14 @@ jobs:
- name: Build Swift extractor
run: |
bazel run //swift:create-extractor-pack
- name: Get Swift version
id: get_swift_version
run: |
VERSION=$(bazel run //swift/extractor -- --version | sed -ne 's/.*version \(\S*\).*/\1/p')
echo "::set-output name=version::$VERSION"
- uses: swift-actions/setup-swift@v1
with:
swift-version: "${{steps.get_swift_version.outputs.version}}"
- name: Run integration tests
run: |
python integration-tests/runner.py