speed up CI (#3741)
authorAlex Lam S.L <alexlamsl@gmail.com>
Mon, 2 Mar 2020 14:07:30 +0000 (22:07 +0800)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 14:07:30 +0000 (22:07 +0800)
.github/workflows/ci.yml

index 4b2c863..acf241d 100644 (file)
@@ -4,10 +4,10 @@ jobs:
   test:
     strategy:
       matrix:
+        node: [ "0.10", "0.12", 4, 6, 8, 10, latest ]
         os: [ ubuntu-latest, windows-latest ]
-        node: [ "0.10", 0.12, 4, 6, 8, 10, latest ]
         script: [ compress, mocha, release/benchmark, release/jetstream ]
-    name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }}
+    name: ${{ matrix.node }} ${{ matrix.os }} ${{ matrix.script }}
     runs-on: ${{ matrix.os }}
     env:
       NODE: ${{ matrix.node }}