Skip to content

Commit

Permalink
Merge pull request #173 from artsy/joeyAghion/hok
Browse files Browse the repository at this point in the history
test: fix container reference for hokusai v1.2.0
  • Loading branch information
joeyAghion authored Aug 10, 2023
2 parents e82ff94 + 51ae9ae commit 5691e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ workflows:
- run: mkdir -p ./coverage ./reports
- run:
name: Copy coverage artifacts
command: docker cp hokusai_volley_1:/app/coverage ./
command: docker cp hokusai-volley-1:/app/coverage ./
when: always
- codecov/upload:
file: ./coverage/lcov.info
- run:
name: Copy coverage reports
command: docker cp hokusai_volley_1:/app/reports ./
command: docker cp hokusai-volley-1:/app/reports ./
when: always
- store_test_results:
path: ./reports
Expand Down

0 comments on commit 5691e7f

Please sign in to comment.