Skip to content

Commit

Permalink
Development: Remove creation of successful file for E2E tests (#7219)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch authored Sep 22, 2023
1 parent 9405105 commit 6543ec6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .ci/E2E-tests/execute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,3 @@ cd docker
docker compose -f $COMPOSE_FILE pull artemis-cypress $DB nginx
docker compose -f $COMPOSE_FILE build --build-arg WAR_FILE_STAGE=external_builder --no-cache --pull artemis-app
docker compose -f $COMPOSE_FILE up --exit-code-from artemis-cypress
exitCode=$?
cd ..
echo "Cypress container exit code: $exitCode"
if [ $exitCode -eq 0 ]
then
touch .successful
else
echo "Not creating success file because the tests failed"
fi

0 comments on commit 6543ec6

Please sign in to comment.