We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2698f8a commit 5888ce0Copy full SHA for 5888ce0
.github/workflows/e2e-subtensor-tests.yaml
@@ -41,7 +41,7 @@ jobs:
41
test_files=$(find tests/e2e_tests -name "test*.py" | jq -R -s -c 'split("\n") | map(select(. != ""))')
42
# keep it here for future debug
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
- echo "::set-output name=test-files::$test_files"
+ echo "test-files=$test_files" >> "$GITHUB_OUTPUT"
45
shell: bash
46
47
pull-docker-image:
0 commit comments