Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Nov 14, 2019
1 parent 2fbb20f commit a0b4c7f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on: [push]

jobs:
tests:
name: Unit-Tests
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: fastlane ios tests
run: fastlane ios tests
compatibility:
name: Compatibility-Tests
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: fastlane ios compatibilityTests
run: fastlane ios compatibilityTests

0 comments on commit a0b4c7f

Please sign in to comment.