Skip to content

bumped time out time for end to end test #12

bumped time out time for end to end test

bumped time out time for end to end test #12

Workflow file for this run

name: iOS starter workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Test CI scheme using Mac platform
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Test
run: |
xcodebuild clean build test -project EssentialFeed.xcodeproj -scheme "CI" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO