Skip to content

Commit

Permalink
prevent junit:merge from failing CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Sep 14, 2023
1 parent bf44385 commit 4ac5a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ echo "--- Defend Workflows Cypress tests on Serverless"

cd x-pack/plugins/security_solution

yarn cypress:dw:serverless:run; status=$?; yarn junit:merge && exit $status
yarn cypress:dw:serverless:run; status=$?; yarn junit:merge || :; exit $status
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ echo "--- Defend Workflows Endpoint Cypress tests on Serverless"

cd x-pack/plugins/security_solution

yarn cypress:dw:endpoint:serverless:run; status=$?; yarn junit:merge && exit $status
yarn cypress:dw:endpoint:serverless:run; status=$?; yarn junit:merge || :; exit $status

0 comments on commit 4ac5a03

Please sign in to comment.