Skip to content

Update CI_iOS.yml

Update CI_iOS.yml #19

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-and-test:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build and test
run: xcodebuild clean build test -project WeatherApp.xcodeproj -scheme "CI" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO