Skip to content

Commit bdaaa37

Browse files
committed
fix
1 parent a661a11 commit bdaaa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontier-rpc-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: cargo build --release --locked --features manual-seal,evm-tracing --bin astar-collator
2929

3030
- name: Clone frontier tests
31-
run: git clone -b evm-tracing-test https://github.com/AstarNetwork/frontier-tests.git --depth 1
31+
run: git clone -b feat/evm-tracing-test https://github.com/AstarNetwork/frontier-tests.git --depth 1
3232

3333
- name: Setup node
3434
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)