Skip to content

Commit 5d051ff

Browse files
author
Zoran Cvetkov
committed
fix CI
1 parent 8093f74 commit 5d051ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Install Foundry
154154
uses: foundry-rs/foundry-toolchain@v1
155155
- name: Start anvil
156-
run: anvil --gas-limit 100000000000 --base-fee 1 --block-time 2 --port 3021 &
156+
run: anvil --gas-limit 100000000000 --base-fee 1 --block-time 2 --timestamp 1743944919 --port 3021 &
157157

158158
- name: Install graph CLI
159159
run: curl -sSL http://cli.thegraph.com/install.sh | sudo bash

0 commit comments

Comments
 (0)