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 653c3a1 + a9a9b34 commit d054eb1Copy full SHA for d054eb1
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