From ef811a5a534ec39b2fbf649b9d0f32041f5ec900 Mon Sep 17 00:00:00 2001 From: kamiazya Date: Thu, 13 Jun 2024 01:57:57 +0900 Subject: [PATCH] Update test job, run only linux --- .github/workflows/cicd.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index a97fccc..f5d34c8 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -62,15 +62,14 @@ jobs: name: dist path: dist test: - name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }} + name: Test on node ${{ matrix.node-version }} needs: - check_format - check_type - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: node-version: [16.x, 18.x, 20.x, 22.x] - os: [ubuntu-latest, macos-latest, windows-latest] permissions: contents: read steps: