Skip to content

Instantly share code, notes, and snippets.

@jpadams
Last active June 3, 2021 17:08
Show Gist options
  • Save jpadams/7f7fa40b2cc14cf93df8e4fc15107230 to your computer and use it in GitHub Desktop.
Save jpadams/7f7fa40b2cc14cf93df8e4fc15107230 to your computer and use it in GitHub Desktop.
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