fix(build): missing job dependency & env var#6553
Conversation
Fixes missing `needs` and missing env var in deployment workflow
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6553 +/- ##
========================================
Coverage 48.63% 48.63%
========================================
Files 2591 2591
Lines 46143 46143
Branches 10907 10598 -309
========================================
Hits 22441 22441
- Misses 22466 23322 +856
+ Partials 1236 380 -856
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes missing
needsand missing env var in deployment workflowSample failing run: https://github.com/saleor/saleor-dashboard/actions/runs/25051037729/job/73378591096
Scope of the change