Skip to content

Commit

Permalink
Create ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhigueraa authored Oct 9, 2023
1 parent c7c158c commit e6b6eba
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: iOS starter workflow

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
name: Test CI scheme using Mac platform
runs-on: macos-latest

steps:
- name: Test
run: |
xcodebuild clean build test -project EssentialFeed.xcodeproj -scheme "CI" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 comments on commit e6b6eba

Please sign in to comment.