We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b57de commit e256048Copy full SHA for e256048
1 file changed
.github/workflows/reassurePerfTests.yml
@@ -48,10 +48,12 @@ jobs:
48
49
- name: Reassure tests
50
run: |
51
+ git log --oneline --graph --decorate --all -n 10
52
npm ci
53
npx reassure --baseline --verbose
54
git fetch origin ${{ github.event.pull_request.head.sha }} --no-tags --depth=1
55
git switch --force --detach ${{ github.event.pull_request.head.sha }}
56
57
58
npx reassure --branch --verbose
59
0 commit comments