Skip to content

Commit

Permalink
Merge pull request #29 from prasetyodimas/feat/readme-enhance
Browse files Browse the repository at this point in the history
[PR] Feat/readme enhance
  • Loading branch information
prasetyodimas authored Mar 28, 2024
2 parents d2648aa + 75a80c4 commit 880d296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: |
if npm run test:ci; then
echo "Tests passed"
echo "::set-output name=status::success"
echo "name={TYPE_NAME}::{SUCCESS_CONDITION}"
else
echo "Tests failed"
echo "::set-output name=status::failure"
echo "name={TYPE_NAME}::{FAILED_CONDITION}"
fi
- name: Check test status
Expand Down

0 comments on commit 880d296

Please sign in to comment.