Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrKulyk committed Mar 31, 2022
1 parent b70b47b commit 3948767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Run tests
name: Tests

on:
push:
branches-ignore:
- master

jobs:
build:
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 Helpers" -destination "platform=iOS Simulator,name=IPhone 11"
run: xcodebuild build clean test -scheme "Uptech iOS Helpers" -destination "platform=iOS Simulator,name=IPhone 11"

0 comments on commit 3948767

Please sign in to comment.