Remove jest tests from typescript-tests.yml

This commit is contained in:
porink0424
2024-04-17 14:41:37 +09:00
parent a108b9499d
commit 37ea0a4509
-18
View File
@@ -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