Merge pull request #1 from Foxentry/feat/release_1_0_0 #2
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: Test SDK | |
on: | |
- push | |
jobs: | |
test: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Test | |
run: xcodebuild test -scheme FoxentrySdk -destination 'platform=iOS Simulator' |