Skip to content

Commit 5e97e7e

Browse files
committed
fix(ci): fetch full history in checkout to allow three-dot diff in contract CI
1 parent 1946925 commit 5e97e7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/contract-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
24+
with:
25+
fetch-depth: 0
2426

2527
- name: Install Rust
2628
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)