Skip to content

Add paging to weather tab to allow user to see forecast for all favourite locations #17

Add paging to weather tab to allow user to see forecast for all favourite locations

Add paging to weather tab to allow user to see forecast for all favourite locations #17

Workflow file for this run

name: CI_iOS
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-and-test:
runs-on: macos-13
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_15.0.app
- name: Xcode version
run: /usr/bin/xcodebuild -version
- name: Build and test
run: xcodebuild clean build test -project WeatherApp.xcodeproj -scheme "CI_iOS" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0" ONLY_ACTIVE_ARCH=YES