Skip to content

Commit e256048

Browse files
committed
Add git logs
1 parent 40b57de commit e256048

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reassurePerfTests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ jobs:
4848

4949
- name: Reassure tests
5050
run: |
51+
git log --oneline --graph --decorate --all -n 10
5152
npm ci
5253
npx reassure --baseline --verbose
5354
git fetch origin ${{ github.event.pull_request.head.sha }} --no-tags --depth=1
5455
git switch --force --detach ${{ github.event.pull_request.head.sha }}
56+
git log --oneline --graph --decorate --all -n 10
5557
npm ci
5658
npx reassure --branch --verbose
5759

0 commit comments

Comments
 (0)