Skip to content

Commit 22378f3

Browse files
author
Roman
committed
left the comments for the future debug
1 parent 120e644 commit 22378f3

File tree

2 files changed

+603
-604
lines changed

2 files changed

+603
-604
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ jobs:
3838
- name: Find test files
3939
id: get-tests
4040
run: |
41-
# test_files=$(find tests/e2e_tests -name "test*.py" | jq -R -s -c 'split("\n") | map(select(. != ""))')
41+
test_files=$(find tests/e2e_tests -name "test*.py" | jq -R -s -c 'split("\n") | map(select(. != ""))')
4242
# keep it here for future debug
4343
# test_files=$(find tests/e2e_tests -type f -name "test*.py" | grep -E 'test_(incentive|commit_weights|set_weights)\.py$' | jq -R -s -c 'split("\n") | map(select(. != ""))')
44-
test_files=$(find tests/e2e_tests -type f -name "test*.py" | grep -E 'test_staking.py$' | jq -R -s -c 'split("\n") | map(select(. != ""))')
4544
echo "test-files=$test_files" >> "$GITHUB_OUTPUT"
4645
shell: bash
4746

0 commit comments

Comments
 (0)