Skip to content

Commit

Permalink
Remove xcode step
Browse files Browse the repository at this point in the history
  • Loading branch information
3zcurdia committed Jan 20, 2024
1 parent c5ecb8c commit 3bdc6b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Xcode
uses: actions/setup-xcode@v2
with:
xcode-version: 15.2.0
- name: Build and Test
run: |
xcodebuild clean test -project SecurePass.xcodeproj -scheme SecurePass -destination "platform=iOS Simulator,name=iPhone 15"

0 comments on commit 3bdc6b7

Please sign in to comment.