MarkusRost 4 лет назад
Родитель
Сommit
aa679f0794
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      .github/workflows/nodejs.yml

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

@@ -7,9 +7,6 @@ on:
 jobs:
 jobs:
   build:
   build:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        node-version: [14.x]
     services:
     services:
       postgres:
       postgres:
         image: postgres
         image: postgres
@@ -22,6 +19,9 @@ jobs:
           --health-retries 5
           --health-retries 5
         ports:
         ports:
           - 5432:5432
           - 5432:5432
+    strategy:
+      matrix:
+        node-version: [14.x]
     steps:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2
     - name: Use Node.js ${{ matrix.node-version }}
     - name: Use Node.js ${{ matrix.node-version }}