diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0bd3a76..61d2dcf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,6 @@ name: test run-name: ${{ github.actor }} - test -on: [pull_request] +on: [pull_request, push] jobs: test: strategy: @@ -14,6 +14,8 @@ jobs: with: node-version: '18.17.0' + - run: git clean -fdx . + - run: npm ci - run: npm test \ No newline at end of file