diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7ce45cb..3a35c94 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,6 +17,9 @@ jobs: - name: Install dependencies if: steps.node-cache.outputs.cache-hit != 'true' run: yarn - + + - name: Build tests + run: yarn run test:build + - name: Perform tests run: yarn run test \ No newline at end of file