From: Alex Lam S.L Date: Mon, 2 Mar 2020 14:07:30 +0000 (+0800) Subject: speed up CI (#3741) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bca52fcba2a99433ce0e30ef7357bd46b676380c;p=UglifyJS.git speed up CI (#3741) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b2c8639..acf241d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}