Skip to content

Commit

Permalink
#26 ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcellino-Palerme committed Dec 27, 2023
1 parent 52d6c15 commit 27b6f9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
image: postgres:latest
# Provide the password for postgres
env:
POSTGRES_PASSWORD: secret
POSTGRES_DB: testdb
POSTGRES_PASSWORD: ep2m2
POSTGRES_DB: ep2m2db
POSTGRES_USER: ep2m2
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand All @@ -49,8 +50,7 @@ jobs:
run: psql --help
- name: Configure Database
run: |
PGPASSWORD=secret psql -U postgres -d testdb -tc "CREATE TABLE proj
(id SERIAL PRIMARY KEY);"
psql -tc "CREATE TABLE proj(id SERIAL PRIMARY KEY);"
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 27b6f9b

Please sign in to comment.