Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Admin] Add stock_items/edit modal component #5543

Merged
merged 9 commits into from
Dec 12, 2023
Prev Previous commit
Don't use the same name for a circleci job and command
  • Loading branch information
elia committed Dec 11, 2023
commit 29e3134bd14dafd134a3d500d83669b86557ac5b
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