Skip to content

Commit

Permalink
ci: start postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
leviszaboo committed Mar 9, 2024
1 parent 1a35746 commit d7a76b0
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 @@ -19,6 +19,8 @@ jobs:
run: yarn install
- name: Install PostgreSQL client
run: sudo apt-get update && sudo apt-get install -y postgresql-client
- name: Start PostgreSQL
run: sudo systemctl start postgresql
- name: Create .env file
uses: SpicyPizza/[email protected]
with:
Expand Down

0 comments on commit d7a76b0

Please sign in to comment.