Skip to content

Commit 5eae338

Browse files
committed
🐛 Deploy needs both build and test
Otherwise we cannot access the outputs of the build job.
1 parent 895e406 commit 5eae338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/custopize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
deploy:
242242
name: "Deploy"
243243
runs-on: ubuntu-latest
244-
needs: test
244+
needs: [build, test]
245245
environment: live
246246
steps:
247247

0 commit comments

Comments
 (0)