Skip to content

Commit

Permalink
udpated automated-testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Oct 28, 2023
1 parent 4bf2a5d commit 2eb0be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
# python harvest_stress_test.py --command "harvest_command_here" --runs 25
tag_name="${{ steps.harvest.outputs.tag_name}}"
tag_name="${tag_name#v}"
echo tag_name: ${{ steps.harvest.outputs.tag_name}}
echo tag_name: ${tag_name}
${{ runner.temp }}/harvest-$tag_name/bin/harvest --version

0 comments on commit 2eb0be1

Please sign in to comment.