Skip to content

Commit

Permalink
fix: fix PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaszabimre committed Oct 4, 2024
1 parent 8c5f481 commit 8392def
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java
uses: actions/setup-java@v3.13.0
with:
distribution: corretto
java-version: 18
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java
uses: actions/setup-java@v3.13.0
with:
distribution: corretto
java-version: 18
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java
uses: actions/setup-java@v3.13.0
with:
distribution: corretto
java-version: 18
Expand All @@ -76,7 +76,9 @@ jobs:
rm -f iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
xcodebuild -resolvePackageDependencies -project iosApp.xcodeproj
xcodebuild build-for-testing \
-scheme "EAPlayers" \
-scheme "iosApp" \
-project iosApp.xcodeproj \
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' \
-allowProvisioningUpdates
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' \
-allowProvisioningUpdates \
-configuration Debug \
DEVELOPMENT_TEAM=${{ secrets.APPLE_TEAM_ID }} # Reference the GitHub secret here

0 comments on commit 8392def

Please sign in to comment.