From 7420c2626ec1aaa84b0703dd04a142a5a45eec2d Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Thu, 26 May 2022 09:23:25 -0700 Subject: [PATCH] updated CI --- .github/workflows/{linux.yml => linux-wasm.yml} | 6 +++--- .github/workflows/{macos.yml => macos-wasm.yml} | 4 ++-- .github/workflows/{windows.yml => windows-wasm.yml} | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) rename .github/workflows/{linux.yml => linux-wasm.yml} (81%) rename .github/workflows/{macos.yml => macos-wasm.yml} (87%) rename .github/workflows/{windows.yml => windows-wasm.yml} (87%) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux-wasm.yml similarity index 81% rename from .github/workflows/linux.yml rename to .github/workflows/linux-wasm.yml index e96242f..8f9addc 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux-wasm.yml @@ -1,4 +1,4 @@ -name: Linux +name: Linux WASM on: [push, pull_request] jobs: test: @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15, 16, 18] + node-version: [15, 16, 17] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} @@ -14,4 +14,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm i - - run: npm test + - run: npm mocha_wasm diff --git a/.github/workflows/macos.yml b/.github/workflows/macos-wasm.yml similarity index 87% rename from .github/workflows/macos.yml rename to .github/workflows/macos-wasm.yml index fc1b664..e61ffd6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos-wasm.yml @@ -1,4 +1,4 @@ -name: MacOS +name: MacOS WASM on: [push, pull_request] jobs: test: @@ -6,7 +6,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - node-version: [15, 16, 18] + node-version: [15, 16, 17] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows-wasm.yml similarity index 87% rename from .github/workflows/windows.yml rename to .github/workflows/windows-wasm.yml index 8960e97..d9c372e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows-wasm.yml @@ -1,4 +1,4 @@ -name: Windows +name: Windows WASM on: [push, pull_request] jobs: test: @@ -6,7 +6,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [16, 18] + node-version: [15, 16, 17] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }}