Skip to content

Commit 5888ce0

Browse files
author
Roman
committed
echo "test-files=$test_files" >> "$GITHUB_OUTPUT"
1 parent 2698f8a commit 5888ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
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-
echo "::set-output name=test-files::$test_files"
44+
echo "test-files=$test_files" >> "$GITHUB_OUTPUT"
4545
shell: bash
4646

4747
pull-docker-image:

0 commit comments

Comments
 (0)