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 77631ab commit a7fea97Copy full SHA for a7fea97
.github/workflows/ci.yml
@@ -19,11 +19,11 @@ jobs:
19
scheme: ResponsiveTextField
20
destination: "platform=iOS Simulator,OS=15.2,name=iPhone 12"
21
action: test
22
- derived-data-path: DerivedData
+ derived-data-path: /tmp/DerivedData
23
enable-code-coverage: true
24
- uses: michaelhenry/[email protected]
25
with:
26
- build-path: DerivedData
+ build-path: /tmp/DerivedData
27
target: ResponsiveTextFieldTests.xctest
28
is-spm: false
29
- name: Publish to code climate
0 commit comments