Skip to content

Commit

Permalink
fix(ci:zk): setup git config
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Nov 28, 2024
1 parent ddd4193 commit ed67278
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,16 @@ jobs:
logFilePath: era_test_node.log
target: x86_64-unknown-linux-gnu
releaseTag: v0.1.0-alpha.29

- name: Setup Git config
run: |
git config --global user.name "GitHub Actions Bot"
git config --global user.email "<>"
git config --global url."https://github.com/".insteadOf "[email protected]:"
- name: Run zk tests
env:
RUST_BACKTRACE: full
TEST_MAINNET_URL: http://localhost:8011
run: git config --global user.name "test-runner" && ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo test zk
run: ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo test zk

check-ci-install:
name: CI install
Expand Down

0 comments on commit ed67278

Please sign in to comment.