Skip to content

Commit

Permalink
Tweak .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kronosapiens committed Jul 1, 2024
1 parent d7dd0f6 commit 8bc5655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
root: ./
paths:
- coverage-contracts
coverage-test/upgrade:
coverage-test-upgrade:
<<: *job_common
steps:
- checkout
Expand Down Expand Up @@ -506,7 +506,7 @@ workflows:
context: dockerhub-credentials
- coverage-test-chainid:
context: dockerhub-credentials
- coverage-test/upgrade:
- coverage-test-upgrade:
context: dockerhub-credentials
- coverage-test-bridging:
context: dockerhub-credentials
Expand All @@ -517,5 +517,5 @@ workflows:
- coverage-test-extensions
- coverage-test-reputation
- coverage-test-chainid
- coverage-test/upgrade
- coverage-test-upgrade
- coverage-test-bridging

0 comments on commit 8bc5655

Please sign in to comment.