Skip to content

Commit

Permalink
if multidev:delete fails, don't fail the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Apr 23, 2024
1 parent ee583cf commit a4accac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/behat-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ set -ex
###
# Delete the environment used for this test run.
###
terminus multidev:delete $SITE_ENV --delete-branch --yes
terminus multidev:delete $SITE_ENV --delete-branch --yes || true

0 comments on commit a4accac

Please sign in to comment.