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