Skip to content

Commit 0474a45

Browse files
author
Fil Maj
authored
Unit tests in GitHub CI should test the PR/branch (#276)
1 parent 34ae0b4 commit 0474a45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
ref: ${{ github.event.pull_request.head.sha }}
1416
- run: npm ci && npm run build
1517
- run: npm test
1618

0 commit comments

Comments
 (0)