Skip to content

Commit a7fea97

Browse files
authored
Update ci.yml
1 parent 77631ab commit a7fea97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
scheme: ResponsiveTextField
2020
destination: "platform=iOS Simulator,OS=15.2,name=iPhone 12"
2121
action: test
22-
derived-data-path: DerivedData
22+
derived-data-path: /tmp/DerivedData
2323
enable-code-coverage: true
2424
- uses: michaelhenry/[email protected]
2525
with:
26-
build-path: DerivedData
26+
build-path: /tmp/DerivedData
2727
target: ResponsiveTextFieldTests.xctest
2828
is-spm: false
2929
- name: Publish to code climate

0 commit comments

Comments
 (0)