Skip to content

Commit

Permalink
ci fix: run full e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent c2e9b0b commit 6a65bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: up
up: register-cs setup-rfid setup-contract
OCPP_VERSION=ocpp docker-compose --profile everest up
OCPP_VERSION=ocpp docker-compose --profile everest up -d

.PHONY: test
test: # password 123456
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ start_docker_compose_for_maeve_csms() {
cd "$CSMS_DIR"
(cd config/certificates && make)
chmod 755 $CSMS_DIR/config/certificates/csms.key
docker-compose up
docker-compose up -d
if [ $? -eq 0 ]; then
echo "Docker Compose started successfully"
else
Expand Down

0 comments on commit 6a65bd5

Please sign in to comment.