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 bf39718 commit ee772aa
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 @@ -76,7 +76,7 @@ run_tests() {
cd "$TEST_DIR"
go test --tags=e2e -v ./... -count=1
TEST_RESULT=$?
cd ../..
docker-compose logs

if [ $TEST_RESULT -eq 0 ]; then
echo "Tests completed successfully"
Expand Down

0 comments on commit ee772aa

Please sign in to comment.