Skip to content

Commit

Permalink
Update test_on_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minaje0917 committed Jul 4, 2023
1 parent 855086c commit 832453a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test_on_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ jobs:
env:
DECRYPTED_PROVISION_FILE_PATH: ${{ '.github/distribution.cer' }}
ENCRYPTED_PROVISION_FILE_PATH: ${{ '.github/distribution.cer.gpg' }}
PROVISION_ENCRYPTION_PWD: ${{ secrets.PROVISION_ENCRYPTION_PWD }}
PROVISION_ENCRYPTION_PWD: ${{ secrets.PROVISION_PWD }}


steps:
- uses: actions/checkout@v2

- name : Configure Code Signing
run: |
gpg -d -o "$DECRYPTED_PROVISION_FILE_PATH" --pinentry-mode=loopback --passphrase "$PROVISION_ENCRYPTION_PWD" "$ENCRYPTED_PROVISION_FILE_PATH"
- name: Run tests
run: |
xcodebuild build -project GOMS-iOS.xcodeproj
-scheme GOMS-iOS
-destination 'platform=iOS Simulator,name=iPhone 11 Pro,OS=15'
- name : Configure Code Signing
run: |
gpg -d -o "$DECRYPTED_PROVISION_FILE_PATH" --pinentry-mode=loopback --passphrase "$PROFILES_ENCRYPTO_PWD" "$ENCRYPTED_PROVISION_FILE_PATH"

0 comments on commit 832453a

Please sign in to comment.