Skip to content

Commit

Permalink
ci: remove comment script workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
WDTI0\dimas.prasetyo committed Apr 2, 2024
1 parent 7df62c7 commit cd7d1a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ jobs:
id: unit-tests
run: |
if npm run test:ci; then
echo "Tests passed"
# echo "::set-output name=status::success"
run: echo "{name}={value}" >> $GITHUB_STATE
else
echo "Tests failed"
# echo "::set-output name=status::failure"
run: echo "{name}={value}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit cd7d1a8

Please sign in to comment.