Skip to content

Commit

Permalink
iosbuild ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
SanttuRantanen committed Sep 23, 2024
1 parent c5727ce commit 99b753c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ jobs:
- name: Run iOS tests
run: ./iostest.sh

env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}
BUILD_PROVISION_PROFILE_BASE64: ${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}

0 comments on commit 99b753c

Please sign in to comment.