File tree Expand file tree Collapse file tree 2 files changed +603
-604
lines changed Expand file tree Collapse file tree 2 files changed +603
-604
lines changed Original file line number Diff line number Diff line change 38
38
- name : Find test files
39
39
id : get-tests
40
40
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(. != ""))')
42
42
# keep it here for future debug
43
43
# 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(. != ""))')
45
44
echo "test-files=$test_files" >> "$GITHUB_OUTPUT"
46
45
shell : bash
47
46
You can’t perform that action at this time.
0 commit comments