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 08f923f commit 2dc5872
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 @@ -75,7 +75,7 @@ run_tests() {
echo "Running test command..."
cd "$TEST_DIR"
go test --tags=e2e -v ./... -count=1
TEST_RESULT=$?
# TEST_RESULT=$?
docker-compose logs
cd "$CSMS_DIR"
docker-compose logs
Expand Down

0 comments on commit 2dc5872

Please sign in to comment.