We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ae0b4 commit 0474a45Copy full SHA for 0474a45
.github/workflows/main.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ with:
15
+ ref: ${{ github.event.pull_request.head.sha }}
16
- run: npm ci && npm run build
17
- run: npm test
18
0 commit comments