Skip to content

Commit

Permalink
💚 Fix exit code handling in partykit deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 8, 2024
1 parent 606a68c commit e47cffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-partykit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
echo "Running script..."
set +e
bunx turbo-ignore @typebot.io/partykit -task=build exit_code=$?
bunx turbo-ignore @typebot.io/partykit
exit_code=$?
set -e
echo "Exit code: $exit_code"
Expand Down

0 comments on commit e47cffa

Please sign in to comment.