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.
2 parents d302170 + 92bf1b6 commit 57228d3Copy full SHA for 57228d3
ci/print-test-failures.sh
@@ -48,7 +48,7 @@ do
48
;;
49
github-actions)
50
mkdir -p failed-test-artifacts
51
- echo "::set-env name=FAILED_TEST_ARTIFACTS::t/failed-test-artifacts"
+ echo "FAILED_TEST_ARTIFACTS=t/failed-test-artifacts" >>$GITHUB_ENV
52
cp "${TEST_EXIT%.exit}.out" failed-test-artifacts/
53
tar czf failed-test-artifacts/"$test_name".trash.tar.gz "$trash_dir"
54
continue
0 commit comments