We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a661a11 commit bdaaa37Copy full SHA for bdaaa37
.github/workflows/frontier-rpc-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
run: cargo build --release --locked --features manual-seal,evm-tracing --bin astar-collator
29
30
- name: Clone frontier tests
31
- run: git clone -b evm-tracing-test https://github.com/AstarNetwork/frontier-tests.git --depth 1
+ run: git clone -b feat/evm-tracing-test https://github.com/AstarNetwork/frontier-tests.git --depth 1
32
33
- name: Setup node
34
uses: actions/setup-node@v4
0 commit comments