Skip to content

Commit 65a00b4

Browse files
committed
chore: update test workflow
1 parent f508eb3 commit 65a00b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
run: |
8787
git config user.name "GitHub Actions"
8888
git config user.email "[email protected]"
89-
git merge origin/${{ github.event.pull_request.base.ref }} --no-edit
89+
git rebase ${{ github.event.pull_request.base.sha }}
90+
git log --oneline -n 10
9091
9192
- name: 📥 Cache library
9293
uses: actions/cache@v4

0 commit comments

Comments
 (0)