Skip to content

Commit

Permalink
Merge branch 'master' into release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrKulyk committed Mar 31, 2022
2 parents 53e801b + 3948767 commit c01fc5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Tests

on:
push:
branches-ignore:
- master

jobs:
run_tests:
runs-on: macos-latest
steps:
- name: Prepare branch on runner
uses: actions/checkout@v3
- name: Build & Test
run: xcodebuild build clean test -scheme "Uptech iOS Helpers" -destination "platform=iOS Simulator,name=IPhone 11"

0 comments on commit c01fc5d

Please sign in to comment.