Skip to content

Commit

Permalink
ci fix: add statement to print current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 22, 2024
1 parent 63a88bb commit 4712cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ start_docker_compose_for_maeve_csms() {
# Function to start Docker Compose
start_docker_compose_for_everest() {
cd "$EVEREST_DIR" && make up
pwd
if [ $? -ne 0 ]; then
echo "Failed to start Docker Compose for tests"
stop_docker_compose_for_everest
Expand Down

0 comments on commit 4712cdf

Please sign in to comment.