diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f63025c..e606aa9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,6 +2,7 @@ name: Test on: push: + pull_request: jobs: test: @@ -16,4 +17,4 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build - - run: npm run test \ No newline at end of file + - run: npm run test