Skip to content

Commit

Permalink
Good dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Apr 29, 2024
1 parent 3c1edfe commit a808bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
docker compose --profile prod down
e2e-tests:
needs: [tear-down]
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +44,7 @@ jobs:
deploy:
name: Deploy over SSH
runs-on: ubuntu-latest

needs: [e2e-tests]
steps:
- name: Deploy over SSH
uses: fifsky/ssh-action@master
Expand Down

0 comments on commit a808bf5

Please sign in to comment.