diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04c4ce5..f86722a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: install dependencies - run: npm install - - name: build - run: npm test \ No newline at end of file + - run: npm install + - run: npm test \ No newline at end of file