Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
binos30 committed Jul 20, 2024
1 parent dc6f0ce commit d2a40f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

test:
runs-on: ubuntu-latest
needs: lint
services:
postgres:
image: postgres
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
needs: [lint, test]
steps:
- name: Deploy to Render
env:
Expand Down

0 comments on commit d2a40f0

Please sign in to comment.