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:
       matrix:
         node-version: [14.x]
         node-version: [14.x]
     steps:
     steps:
+    - uses: harmon758/postgresql-action@v1
+      with:
+        postgresql db: 'postgres'
+        postgresql user: 'postgres'
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2
     - name: Use Node.js ${{ matrix.node-version }}
     - name: Use Node.js ${{ matrix.node-version }}
       uses: actions/setup-node@v1
       uses: actions/setup-node@v1