Skip to content

Commit c6f4c58

Browse files
author
Roman
committed
restore workflow to run all tests
1 parent b774b41 commit c6f4c58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: Find test files
4242
id: get-tests
4343
run: |
44-
# test_files=$(find tests/e2e_tests -name "test*.py" | jq -R -s -c 'split("\n") | map(select(. != ""))')
44+
test_files=$(find tests/e2e_tests -name "test*.py" | jq -R -s -c 'split("\n") | map(select(. != ""))')
4545
# keep it here for future debug
46-
test_files=$(find tests/e2e_tests -type f -name "test*.py" | grep -E 'test_(hotkeys|staking)\.py$' | jq -R -s -c 'split("\n") | map(select(. != ""))')
46+
# test_files=$(find tests/e2e_tests -type f -name "test*.py" | grep -E 'test_(hotkeys|staking)\.py$' | jq -R -s -c 'split("\n") | map(select(. != ""))')
4747
echo "test-files=$test_files" >> "$GITHUB_OUTPUT"
4848
shell: bash
4949

@@ -128,8 +128,9 @@ jobs:
128128
fi
129129
done
130130
131+
131132
cron-run-non-fast-blocks-e2e-test:
132-
# if: github.event_name == 'schedule' && needs.build-patched-image.outputs.image_built == 'true'
133+
if: github.event_name == 'schedule' && needs.build-patched-image.outputs.image_built == 'true'
133134
name: "NFB: ${{ matrix.test-file }} / Python ${{ matrix.python-version }}"
134135
needs:
135136
- find-tests

0 commit comments

Comments
 (0)