Generated code and changes from branch main, commit SHA 082f1f11 (#165) #352
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Swift SDK | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
test_swift: | |
name: Test Swift code | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build, Test | |
run: | | |
swift build | |
swift test |