Skip to content

Commit

Permalink
Revert Makefile and default only on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Oct 17, 2023
1 parent 02f8e9f commit 8512d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Copy Secrets file
run: cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift
- name: Build example
run: make build-example
run: PLATFORM="${{ matrix.platform }}" make test-library
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORM_IOS = iOS Simulator,name=iPhone 14 Pro Max
PLATFORM_IOS = iOS Simulator,name=iPhone 15 Pro Max

test-library:
xcodebuild test \
Expand Down

0 comments on commit 8512d23

Please sign in to comment.