We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f03842 commit 2cb3597Copy full SHA for 2cb3597
1 file changed
.github/workflows/test.yml
@@ -13,5 +13,10 @@ jobs:
13
steps:
14
- name: Checkout
15
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 }}
21
- name: Test
22
run: xcodebuild -project CameraController.xcodeproj -scheme CameraController -sdk macosx test
0 commit comments