MarkusRost hace 4 años
padre
commit
e5bbcff733
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .github/workflows/nodejs.yml

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

@@ -11,6 +11,10 @@ jobs:
       matrix:
         node-version: [14.x]
     steps:
+    - uses: harmon758/postgresql-action@v1
+      with:
+        postgresql db: 'postgres'
+        postgresql user: 'postgres'
     - uses: actions/checkout@v2
     - name: Use Node.js ${{ matrix.node-version }}
       uses: actions/setup-node@v1