소스 검색

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