Skip to content

Commit

Permalink
Deploy depends on tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrillberg committed Jan 12, 2025
1 parent 30ed7a9 commit 39cdb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
deploy:
name: Build, Push to ECR, and Deploy to Fargate
runs-on: ubuntu-latest
needs: [node, ruby, cypress]

steps:
- name: Checkout Code
Expand Down

0 comments on commit 39cdb90

Please sign in to comment.