Skip to content

Commit

Permalink
ci fix: debug websocket server for csms
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent 6b1cf15 commit ec97fb3
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 @@ -16,7 +16,7 @@ TEST_DIR="$CSMS_DIR/e2e_tests/test_driver"
start_docker_compose_for_maeve_csms() {
cd "$CSMS_DIR"
(cd config/certificates && make)
docker-compose up -d
docker-compose up
if [ $? -eq 0 ]; then
echo "Docker Compose started successfully"
else
Expand Down

0 comments on commit ec97fb3

Please sign in to comment.