Skip to content

Commit

Permalink
Re-enable mac development certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Oct 6, 2024
1 parent 0c4929a commit a9b85de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -24,4 +28,4 @@ jobs:
- name: test
run: |
cp Fomalhaut2Tests/fixture/empty.zip Fomalhaut2/assets.zip
set -o pipefail && xcodebuild -target Fomalhaut2Tests -scheme Fomalhaut2 -clonedSourcePackagesDirPath .build DEVELOPMENT_TEAM= clean test | xcpretty
set -o pipefail && xcodebuild -target Fomalhaut2Tests -scheme Fomalhaut2 -clonedSourcePackagesDirPath .build clean test | xcpretty

0 comments on commit a9b85de

Please sign in to comment.