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 2dc5872 commit eaf964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ check_health_endpoint() {
run_tests() {
echo "Running test command..."
cd "$TEST_DIR"
go test --tags=e2e -v ./... -count=1
go test --tags=e2e ./... -count=1
# TEST_RESULT=$?
docker-compose logs
cd "$CSMS_DIR"
Expand Down

0 comments on commit eaf964c

Please sign in to comment.