Skip to content

Commit

Permalink
test confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
AmintorDusko committed Nov 8, 2023
1 parent 099e90f commit 4ed9f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ jobs:
reference_benchmarks: ${{ inputs.branch != github.ref && (steps.benchmark-cache.outputs.cache-hit != 'true') }}
local_benchmarks: ${{ inputs.branch == github.ref }}
run: |
echo "confirm=$( ${{ (env.reference_benchmarks == 'true') || (env.local_benchmarks == 'true') }} )" >> $GITHUB_OUTPUT
echo "confirm=$( echo ${{ (env.reference_benchmarks == 'true') || (env.local_benchmarks == 'true') }} )" >> $GITHUB_OUTPUT
echo "test=test1" >> $GITHUB_OUTPUT
- name: test variable
run: |
echo ${{ steps.continue.outputs.reference_benchmarks }}
echo ${{ steps.continue.outputs.reference_benchmarks == true }}
echo ${{ steps.continue.outputs.confirm }}
echo ${{ steps.continue.outputs.confirm == true }}
echo ${{ steps.continue.outputs.confirm == 'true' }}
Expand Down

0 comments on commit 4ed9f49

Please sign in to comment.