Skip to content

Overwrite scenario when new scenario handled for same configuration #10

Overwrite scenario when new scenario handled for same configuration

Overwrite scenario when new scenario handled for same configuration #10

Workflow file for this run

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