Skip to content

Commit

Permalink
ci: remove run action script wrong worflows
Browse files Browse the repository at this point in the history
  • Loading branch information
WDTI0\dimas.prasetyo committed Apr 2, 2024
1 parent f973fb4 commit 12ef06a
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 @@ -31,9 +31,9 @@ jobs:
id: unit-tests
run: |
if npm run test:ci; then
run: echo "{name}={value}" >> $GITHUB_STATE
echo "{name}={value}" >> $GITHUB_STATE
else
run: echo "{name}={value}" >> $GITHUB_OUTPUT
echo "{name}={value}" >> $GITHUB_OUTPUT
fi
- name: Check test status
Expand Down

0 comments on commit 12ef06a

Please sign in to comment.