Skip to content

Commit

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

0 comments on commit 7df62c7

Please sign in to comment.