Skip to content

Commit

Permalink
Merge pull request #175 from artsy/revert-173-joeyAghion/hok
Browse files Browse the repository at this point in the history
Revert "test: fix container reference for hokusai v1.2.0"
  • Loading branch information
joeyAghion authored Aug 11, 2023
2 parents 5691e7f + 4c0c75b commit 95cb9ab
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 95cb9ab

Please sign in to comment.