File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 41
41
- name : Find test files
42
42
id : get-tests
43
43
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(. != ""))')
45
45
# 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(. != ""))')
47
47
echo "test-files=$test_files" >> "$GITHUB_OUTPUT"
48
48
shell : bash
49
49
@@ -128,8 +128,9 @@ jobs:
128
128
fi
129
129
done
130
130
131
+
131
132
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'
133
134
name : " NFB: ${{ matrix.test-file }} / Python ${{ matrix.python-version }}"
134
135
needs :
135
136
- find-tests
You can’t perform that action at this time.
0 commit comments