diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 2c92db1a..8623f46a 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -7,7 +7,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: - check: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -26,4 +26,4 @@ jobs: if: steps.files.outputs.any_changed == 'true' run: | npm install - npm test + npm test -- sites