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 8512d23 commit 64ddc4bCopy full SHA for 64ddc4b
.github/workflows/ci.yml
@@ -43,4 +43,4 @@ jobs:
43
- name: Copy Secrets file
44
run: cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift
45
- name: Build example
46
- run: PLATFORM="${{ matrix.platform }}" make test-library
+ run: PLATFORM="${{ matrix.platform }}" make build-example
0 commit comments