Skip to content

Commit

Permalink
Refactored workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrankmlf committed Sep 15, 2023
1 parent a3fcd65 commit ce084c7
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@

name: Tests PassGuard using CI process
on:
push:
push:
branches:
- master
pull_request:
- master
paths:
- ".github/workflows/**"
- "Package.swift"
- "PassGuard/**"
pull_request:
branches:
- master
- master
jobs:
build-and-test:
build-and-test:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Select Xcode
- uses: actions/checkout@v2
- name: Select Xcode
run: sudo Xcode-select -switch /Applications/Xcode_14.3.app
- name: Build & Test
run: xcodebuild test -scheme PassGuard -project PassGuard.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 14'
- name: Build & Test
run: xcodebuild test -scheme PassGuard -project PassGuard.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 14'

0 comments on commit ce084c7

Please sign in to comment.