Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Mar 11, 2024
1 parent 045d710 commit 6d59db4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
postgres:
image: postgres:latest
env:
PPOSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=naturaldb
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER: user
POSTGRES_PASSWORD: password
POSTGRES_DB: naturaldb
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
ports:
- 5432:5432
memcached:
image: memcached:latest
ports:
Expand Down

0 comments on commit 6d59db4

Please sign in to comment.