Feature/new route for endpoint testing #13
Workflow file for this run
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: Unit Tests | |
on: | |
pull_request: | |
branches: | |
- "*" | |
jobs: | |
test: | |
name: 'Run Unit Tests' | |
runs-on: macOS | |
steps: | |
- name: Check out Repository | |
uses: actions/checkout@v2 | |
- name: Run Xcode Unit Tests | |
run: swift run --package-path ./fastlaneRunner fastlaneRunner lane unitTestLane |