Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chiiya committed Feb 20, 2025
1 parent 333f26f commit ca79723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
PASSES_APPLE_PASSWORD: ${{ secrets.PASSES_APPLE_PASSWORD }}
PASSES_APPLE_CERT: ${{ secrets.PASSES_APPLE_CERT }}
PASSES_APPLE_WWDR: ${{ secrets.PASSES_APPLE_WWDR }}
PASSES_APPLE_TEAM_ID: ${{ secrets.PASSES_APPLE_TEAM_ID }}
PASSES_APPLE_IDENTIFIER: ${{ secrets.PASSES_APPLE_IDENTIFIER }}
run: |
mkdir tests/certs
echo "$CERTIFICATE_CONTENT" | base64 --decode > tests/certs/certificate.p12
Expand Down

0 comments on commit ca79723

Please sign in to comment.