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 79e0b15 commit 4bf2a5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ jobs:
# registry#226 As a system, I can support up to 25 simultaneous writes from Harvest
# cd $GITHUB_WORKSPACE/docker/scripts
# 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}}
${{ runner.temp}}/harvest-3.8.0/bin/harvest --version
${{ runner.temp }}/harvest-$tag_name/bin/harvest --version

0 comments on commit 4bf2a5d

Please sign in to comment.