Переглянути джерело

fix(ci): remove windows ci

lind 3 роки тому
батько
коміт
6169d82b56
1 змінених файлів з 4 додано та 3 видалено
  1. 4 3
      .github/workflows/ci.yml

+ 4 - 3
.github/workflows/ci.yml

@@ -1,14 +1,15 @@
 name: Node CI
 name: Node CI
 
 
-on: [push, pull_request]
+on: [ push, pull_request ]
 
 
 jobs:
 jobs:
   build:
   build:
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     strategy:
     strategy:
       matrix:
       matrix:
-        node_version: [14.x]
-        os: [ubuntu-latest, windows-latest, macOS-latest]
+        node_version: [ 14.x ]
+        #        os: [ubuntu-latest, windows-latest, macOS-latest]
+        os: [ ubuntu-latest,macOS-latest ]
     steps:
     steps:
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - name: Use Node.js ${{ matrix.node_version }}
       - name: Use Node.js ${{ matrix.node_version }}