Skip to content

Commit

Permalink
Remove all environment
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko committed Aug 30, 2023
1 parent 5d76e6c commit 7f5e2f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:
- 'release/*'

env:
destination: "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest"
configuration: "Debug"
noIndex: "COMPILER_INDEX_STORE_ENABLE=NO"
noSigning: "CODE_SIGNING_ALLOWED=NO"
# destination: "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest"
# configuration: "Debug"
# noIndex: "COMPILER_INDEX_STORE_ENABLE=NO"
# noSigning: "CODE_SIGNING_ALLOWED=NO"
versionXcode: "14.3"

jobs:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Run UI Tests
run: |
set -o pipefail && xcodebuild test "-project" "${path}" "-scheme" "${scheme}" "-destination" "${destination}" "-configuration" "${configuration}" "${noIndex}" "${noSigning}" | xcpretty
env:
path: "iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj"
scheme: "UITest"
set -o pipefail && xcodebuild test "-project" "iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj" "-scheme" "UITest" "-destination" "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest" "-configuration" "Debug" "COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGNING_ALLOWED=NO" | xcpretty
# env:
# path: "iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj"
# scheme: "UITest"

0 comments on commit 7f5e2f4

Please sign in to comment.