Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Dec 25, 2024
1 parent f15ee34 commit 2af1b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/scripts/acc_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function process_results(){
esac
else
echo "File ./$1-$2-acc_test.txt does not exist or is empty."
exit 1
fi
}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-accuary-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ jobs:
- name: Use the downloaded artifact
run: |
ls acc-log
echo "${example}" "${dataset}"
echo "${{ matrix.example }}" "${{ matrix.dataset }}"
cp ${{ github.workspace }}/Validation/.github/scripts/acc_test.sh ${{ github.workspace }}/acc-log/acc_test.sh
bash ${{ github.workspace }}/acc-log/acc_test.sh --process_results "${example}" "${dataset}" | tee -a acc-log/summary.txt
bash ${{ github.workspace }}/acc-log/acc_test.sh --process_results "${{ matrix.example }}" "${{ matrix.dataset }}" | tee -a acc-log/summary.txt
echo "" >> acc-log/summary.txt
- name: Publish pipeline artifact
Expand Down

0 comments on commit 2af1b6b

Please sign in to comment.