From aa248b272b29b7d41575e1c1a8c593e4b5d6eb9b Mon Sep 17 00:00:00 2001 From: Yuhei Yasuda Date: Sun, 31 Dec 2023 08:47:48 +0900 Subject: [PATCH] remove test in ci --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b6e50f..8e9b44a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,24 +7,6 @@ concurrency: cancel-in-progress: true jobs: - test: - name: Test - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version-file: .nvmrc - cache: npm - - name: Install dependencies - run: npm ci - - name: Build - run: npm run build - - name: Test - run: npm run test - lint: name: Lint runs-on: ubuntu-latest