Skip to content

Commit

Permalink
✅test: check bun test workflow output (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Oct 10, 2024
1 parent 255eca4 commit b8878c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Test app
run: |
bun test &> >(tee -p test.log) || echo 'STATUS=$?' >> $GITHUB_ENV
bun test &> >(tee -p test.log) || echo STATUS=$? >> $GITHUB_ENV
{
echo 'RESULT<<EOF'
cat test.log
Expand Down

0 comments on commit b8878c1

Please sign in to comment.