diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5d7fca..d525d8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,5 +28,7 @@ jobs: ${{ runner.os }}-node-v${{ matrix.node }}- - name: Install Dependencies run: npm install + - name: Build + run: npm run build - name: Run All Node.js Tests run: npm run test