Skip to content

Commit

Permalink
Splited analyze and test report uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Jun 9, 2023
1 parent f5c7fc6 commit df4cfd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
APPLE_CERTIFICATES_SSH_KEY: ${{ secrets.APPLE_CERTIFICATES_SSH_KEY }}
CAPTCHA_TOKEN: ${{ secrets.CAPTCHA_TOKEN }}
SAAS_AVAILABLE: "true"
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
run: bundle exec fastlane dev
working-directory: ${{ matrix.os }}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
env:
CAPTCHA_TOKEN: ${{ secrets.CAPTCHA_TOKEN }}
SAAS_AVAILABLE: "true"
APPLE_CERTIFICATES_SSH_KEY: ${{ secrets.APPLE_CERTIFICATES_SSH_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
APPLE_ISSUER_ID: ${{ secrets.APPLE_ISSUER_ID }}
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
APPLE_KEY_CONTENT: ${{ secrets.APPLE_KEY_CONTENT }}
Expand Down

0 comments on commit df4cfd3

Please sign in to comment.