Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Aug 30, 2024
1 parent b385463 commit ba9ce1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Check test:ts
run: |
echo '## Jest Test Errored Report' > jest-test.local.log
echo '```' > jest-test.local.log
npm run test:ts:ci 2>&1 | tee jest-test.local.log
echo '```' > jest-test.local.log
Expand All @@ -36,7 +37,7 @@ jobs:
id: fc
with:
issue-number: ${{ github.event.number }}
body-includes: test:ts:ci
body-includes: 'Jest Test Errored Report'

- name: Comment configurate
uses: GrantBirki/comment@v2
Expand Down

0 comments on commit ba9ce1b

Please sign in to comment.