Skip to content

Commit 2cb3597

Browse files
committed
Add certificates
1 parent 6f03842 commit 2cb3597

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@master
16+
- name: Install Certificates
17+
uses: apple-actions/import-codesign-certs@v1
18+
with:
19+
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
20+
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
1621
- name: Test
1722
run: xcodebuild -project CameraController.xcodeproj -scheme CameraController -sdk macosx test

0 commit comments

Comments
 (0)