Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Merge commit '1da535d2f3f2d6eade3b5241a5eff5af55c08378' #2

Merge commit '1da535d2f3f2d6eade3b5241a5eff5af55c08378'

Merge commit '1da535d2f3f2d6eade3b5241a5eff5af55c08378' #2

name: NotesApplicationJobs
on:
push:
branches:
- main
jobs:
test:
name: NotesApplicationTests
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 14.2
- name: Install Mint
run: brew install mint
- name: Generate Xcode project
run: mint bootstrap && mint run xcodegen
- name: Install Bundler
run: gem install bundler:2.2.16
- name: Bundle Install
run: bundle install
- name: CocoaPods
run: bundle exec pod install
- name: Build and test
run: xcodebuild test -workspace NotesApplication.xcworkspace -scheme NotesApplicationApp -destination "platform=iOS Simulator,OS=16.2,name=iPhone 8"