From b8bf8a580c6857645ee7239ae81780371afa2b66 Mon Sep 17 00:00:00 2001 From: Ben Drucker Date: Wed, 27 Mar 2024 15:47:46 -0700 Subject: [PATCH] test: only run JS tests in test job (#154) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27a9bea..9654afb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: with: node-version: ${{ matrix.node }} - run: npm install - - run: npm test + - run: npm run test-js types: timeout-minutes: 2