Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Nov 22, 2023
1 parent 5c5385d commit f8ad9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pipeline-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
deploy:
name: 🚢 Deploy to Heroku
uses: ./.github/workflows/_deploy_heroku.yml
needs: [mini_test, standardrb, db_schema]
needs: [minitest, standardrb, db_schema]
secrets: inherit
with:
heroku-app-name: "bullettrain-co"

0 comments on commit f8ad9b4

Please sign in to comment.