From 4e39b94dc77c8e9a63bae9e26d82bee83e8acfc2 Mon Sep 17 00:00:00 2001 From: JairusSW Date: Mon, 13 May 2024 17:08:42 -0700 Subject: [PATCH] update ci/cd --- .github/workflows/nodejs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 34dd23f..7ce45cb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,8 +18,5 @@ jobs: if: steps.node-cache.outputs.cache-hit != 'true' run: yarn - - name: Test to see if the project compiles - run: yarn build:test - - name: Perform tests run: yarn run test \ No newline at end of file