浏览代码

Use postgres

MarkusRost 4 年之前
父节点
当前提交
e5bbcff733
共有 1 个文件被更改,包括 4 次插入0 次删除
  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