Skip to content

Commit

Permalink
Don't use the same name for a circleci job and command
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 11, 2023
1 parent d2e55ee commit 29e3134
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 @@ -323,7 +323,7 @@ jobs:
- setup
- test

test_with_coverage:
test_solidus_with_coverage:
parameters:
database:
type: string
Expand All @@ -350,7 +350,7 @@ workflows:
- solidus_installer

# Only test with coverage support with the default versions
- test_with_coverage:
- test_solidus_with_coverage:
post-steps:
- codecov/upload:
file: $COVERAGE_FILE
Expand Down

0 comments on commit 29e3134

Please sign in to comment.