diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c66532e..cddb3a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: ${{ runner.os }}-node-v${{ matrix.node }}- - name: Install Dependencies run: npm install - - name: Prepare Tests + - name: Compile run: npm run compile - name: Run All Node.js Tests run: npm run test