Skip to content

Commit

Permalink
fix: run in background
Browse files Browse the repository at this point in the history
  • Loading branch information
whichqua committed Aug 22, 2024
1 parent 91bc63b commit cc04a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
zstd -d ~/pathfinder/data/sepolia-testnet.sqlite.zst -o ~/pathfinder/data/sepolia-testnet.sqlite
- name: Attempt to run Pathfinder
run: RUST_LOG=info PATHFINDER_ETHEREUM_API_URL="" ~/pathfinder/target/release/pathfinder --data-directory ~/pathfinder/data --http-rpc 0.0.0.0:9545 --storage.state-tries archive
run: RUST_LOG=info PATHFINDER_ETHEREUM_API_URL="${{ vars.PATHFINDER_ETHEREUM_API_URL }}" ~/pathfinder/target/release/pathfinder --data-directory ~/pathfinder/data --http-rpc 0.0.0.0:9545 --storage.state-tries archive &

0 comments on commit cc04a00

Please sign in to comment.