From a016f0ccb55127349518e300b9d09a3bd1adc34e Mon Sep 17 00:00:00 2001 From: varun7654 Date: Mon, 6 May 2024 00:58:47 -0700 Subject: [PATCH] don't try to run tests (we have no tests) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71f082d..fc4b33d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,4 +11,4 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build - - run: npm test --passWithNoTests +# - run: npm test --passWithNoTests