From 9f242265ffd96c08436dcef1a99fe04d90552499 Mon Sep 17 00:00:00 2001 From: SLaks Date: Tue, 12 Nov 2024 09:00:00 -0500 Subject: [PATCH] Project: Remove duplicate npm test action Npw that we no longer use tsimp, this does not time out and is unnecessary --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59c53195..c114af01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,4 @@ jobs: - run: npm ci - run: npm run lint - run: npm run typecheck - # The first run times out; probably while tsimp is still caching things - - run: npm test > /dev/null 2>&1 || true - run: npm test