Skip to content

Commit

Permalink
ci fix: add logging for everest after test
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent ee772aa commit 08f923f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@ run_tests() {
go test --tags=e2e -v ./... -count=1
TEST_RESULT=$?
docker-compose logs

if [ $TEST_RESULT -eq 0 ]; then
echo "Tests completed successfully"
else
echo "Tests failed"
fi
cd "$CSMS_DIR"
docker-compose logs
# if [ $TEST_RESULT -eq 0 ]; then
# echo "Tests completed successfully"
# else
# echo "Tests failed"
# fi

stop_docker_compose_for_everest
stop_docker_compose_for_maeve_csms
Expand Down

0 comments on commit 08f923f

Please sign in to comment.