Markus-Rost 4 vuotta sitten
vanhempi
sitoutus
3feb6f9133
2 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 1
      .env.example
  2. 0 3
      .github/workflows/nodejs.yml

+ 1 - 1
.env.example

@@ -31,5 +31,5 @@ usagelog=""
 PGHOST="localhost"
 PGUSER="postgres"
 PGDATABASE="postgres"
-PGPASSWORD=""
+PGPASSWORD="postgres"
 PGPORT="5432"

+ 0 - 3
.github/workflows/nodejs.yml

@@ -34,7 +34,4 @@ jobs:
     - run: sed -i -e 's/"<Discord client secret>"/"${{secrets.DISCORD_SECRET}}"/g' .env
     - run: sed -i -e 's/"!wiki "/"!test "/g' .env
     - run: npm test -- --timeout:60
-      env:
-        POSTGRES_HOST: localhost
-        POSTGRES_PORT: 5432
       timeout-minutes: 5