Last active
June 3, 2021 17:08
-
-
Save jpadams/7f7fa40b2cc14cf93df8e4fc15107230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run: | | |
echo "The test took ${{ steps.tstExec.outputs.time }}ms to run" | |
echo "The test result was ${{ steps.tstExec.outputs.computedStatus }}" | |
echo "View Report - ${{ steps.tstExec.outputs.reportUrl }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment