Skip to content

Commit

Permalink
#26 client and sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcellino-Palerme committed Dec 27, 2023
1 parent 7acda0a commit ab05541
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
steps:
- name: Get repo
uses: actions/checkout@v3
- name: add client
run: |
sudo apt-get update -y
sudo apt-get install --yes postgresql-client
- name: Configure Database
run: sudo psql -U ep2m2 -f ./db/init.sql
- name: Use Node.js
Expand Down

0 comments on commit ab05541

Please sign in to comment.