Skip to content

Commit

Permalink
Update github-actions-usetrace-integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dservidie authored Jul 3, 2024
1 parent 687e2d4 commit 9358f33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-actions-usetrace-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Check Trace execution result
env:
BUILD_ID: ${{ steps.executeTrace.outputs.buildId }}
STATUS: ${{ steps.executeTrace.outputs.status
RESULT_REQUEST: ${{ steps.executeTrace.outputs.request
RESULT_FINISH: ${{ steps.executeTrace.outputs.finish
RESULT_PASS: ${{ steps.executeTrace.outputs.pass
RESULT_FAIL: ${{ steps.executeTrace.outputs.fail
STATUS: ${{ steps.executeTrace.outputs.status }}
RESULT_REQUEST: ${{ steps.executeTrace.outputs.request }}
RESULT_FINISH: ${{ steps.executeTrace.outputs.finish }}
RESULT_PASS: ${{ steps.executeTrace.outputs.pass }}
RESULT_FAIL: ${{ steps.executeTrace.outputs.fail }}
run: |
echo "Trace result: $BUILD_ID $STATUS $RESULT_REQUEST $RESULT_FINISH $RESULT_PASS $RESULT_FAIL "

0 comments on commit 9358f33

Please sign in to comment.