Skip to content

Commit

Permalink
Playing with benchmarks script
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Oct 24, 2024
1 parent 7950de6 commit 4df7b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/simeng_benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
echo "just CDed to $GITHUB_WORKSPACE"
pwd
ls
if grep ${{ inputs.PASS_STRING }} --file=./simeng.tmp; then
if grep ${{ inputs.PASS_STRING }} --file=$GITHUB_WORKSPACE/simeng.tmp; then
echo "Passed"
else
echo "Failed"
Expand Down

0 comments on commit 4df7b14

Please sign in to comment.