Update README.md #5
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: Run Frameworks Tests | |
on: | |
push: | |
paths: | |
- 'DSKit/**' | |
- 'DSKitFramework/**' | |
- 'fastlane/**' | |
jobs: | |
test: | |
runs-on: self-hosted | |
if: "!contains(github.event.head_commit.message, 'skip ci')" | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Build all frameworks for simulator and copy to DSKit Framework folder | |
run: fastlane buildAllFrameworksForSimulatorAndCopyToDSKitFrameworkTestDSKitFrameworks | |