Skip to content

Commit e74ef5a

Browse files
committed
Renamed artifacts path app/build/reports to cardstackview/build/reports
1 parent 3eac8bc commit e74ef5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Run Tests
2424
command: ./gradlew lint test
2525
- store_artifacts:
26-
path: app/build/reports
26+
path: cardstackview/build/reports
2727
destination: reports
2828
- store_test_results:
2929
path: app/build/test-results

0 commit comments

Comments
 (0)