diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59d5b86..f7bcbc6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + ref: ${{ github.event.pull_request.head.ref }} - run: | npm install npm run all