Skip to content

Commit

Permalink
chore(action): add ci
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 committed Feb 22, 2024
1 parent 9e5e993 commit fdbddaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:

- name: Format outputs-size
id: size
run: (echo "result="; echo -n `sort outputs-size/*.txt | awk '{ printf "|**"$1"**|*"$2"MB ("$3" bytes)*|\n" }'`) >> $GITHUB_OUTPUT
# RESULT=`sort outputs-size/*.txt | awk '{ printf "|**"$1"**|*"$2"MB ("$3" bytes)*|\n" }'`
run: |
echo -n "result=`sort outputs-size/*.txt | awk '{ printf "|**"$1"**|*"$2"MB ("$3" bytes)*|\n" }'`" >> $GITHUB_OUTPUT
# cat > $GITHUB_OUTPUT <<EOF
# result=|Target|Size|
# |-|-|
Expand Down

0 comments on commit fdbddaf

Please sign in to comment.