add get existence file in folders #302
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: Internxt Swift Core Unit Tests | |
on: [push] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: swift-actions/setup-swift@v1 | |
with: | |
swift-version: "5" | |
- uses: actions/checkout@v3 | |
- name: Build Internxt Swift Core | |
run: swift build | |
- name: Run tests | |
run: swift test |