Skip to content

Commit fea11ff

Browse files
authored
Update ci.yml
1 parent 12a6dca commit fea11ff

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
@@ -20,10 +20,10 @@ jobs:
2020
destination: "platform=iOS Simulator,OS=15.2,name=iPhone 12"
2121
action: test
2222
enable-code-coverage: true
23-
derived-data-path: DerivedData
23+
derived-data-path: build
2424
- uses: michaelhenry/[email protected]
2525
with:
26-
build-path: DerivedData
26+
build-path: build
2727
target: ResponsiveTextFieldTests.xctest
2828
is-spm: false
2929
- name: Publish to code climate

0 commit comments

Comments
 (0)