From 37ea0a4509c304a759cc0cfb9baa6f3201140b6c Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 17 Apr 2024 14:41:37 +0900 Subject: [PATCH] Remove jest tests from typescript-tests.yml --- .github/workflows/typescript-tests.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/typescript-tests.yml b/.github/workflows/typescript-tests.yml index ec42ddd8..7aec3315 100644 --- a/.github/workflows/typescript-tests.yml +++ b/.github/workflows/typescript-tests.yml @@ -45,24 +45,6 @@ jobs: npm run build:dev npm run build:prd - test: - name: Run tests - runs-on: ubuntu-latest - - steps: - - name: Check out code - uses: actions/checkout@master - - - name: Setup Node - uses: actions/setup-node@v2 - with: - node-version: '20' - - name: Run jest - working-directory: optuna_dashboard - run: | - npm install - npm run test - test-tslib: name: Run tests runs-on: ubuntu-latest