Skip to content

Commit 6add228

Browse files
committed
Bumped CI.
1 parent ee3ac5d commit 6add228

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/BuildTests-iOS.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
- name: Install xcpretty
2828
run: gem install xcpretty
29+
30+
- name: Install Dependencies
31+
run: xcodebuild -resolvePackageDependencies
2932

3033
- name: Test
31-
run: xcodebuild test -scheme FaviconFinder -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' -skipPackagePluginValidation
34+
run: xcodebuild test -scheme FaviconFinder -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' -skipPackagePluginValidation

0 commit comments

Comments
 (0)