Skip to content

Commit 0f8c667

Browse files
committed
Fetch from origin in Performance workflow
1 parent c3172ce commit 0f8c667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Build
3232
run: |
3333
nix-shell test.nix --run './test/regression-evm/test-statistics.sh pull-request.csv'
34+
git fetch origin
3435
git checkout master
3536
git checkout ${{ github.event.pull_request.head.sha }} -- test/regression-evm
3637
nix-shell test.nix --run './test/regression-evm/test-statistics.sh master.csv'

0 commit comments

Comments
 (0)