Skip to content

Commit a810aae

Browse files
author
Roman
committed
trigger actions
1 parent 0511b9f commit a810aae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
CARGO_TERM_COLOR: always
2424
VERBOSE: ${{ github.event.inputs.verbose }}
2525

26+
2627
# job to run tests in parallel
2728
jobs:
2829
# Job to find all test files
@@ -90,7 +91,7 @@ jobs:
9091

9192
- name: Setup subtensor repo
9293
working-directory: ${{ github.workspace }}/subtensor
93-
run: git checkout devnet-ready
94+
run: git checkout devnet-ready-with-nodes
9495

9596
- name: Install uv
9697
uses: astral-sh/setup-uv@v4

0 commit comments

Comments
 (0)