Skip to content

Commit

Permalink
refactored yml fil
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrankmlf committed Sep 15, 2023
1 parent 75479d7 commit e5dcf94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
paths:
- "PassGuard/PassGuard.xcodeproj"
pull_request:
branches:
- master
Expand All @@ -19,4 +17,4 @@ jobs:
- 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'
run: xcodebuild test -scheme PassGuard -project PassGuard/PassGuard.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 14'

0 comments on commit e5dcf94

Please sign in to comment.