Skip to content

Commit

Permalink
ci fix: run e2e tests without container logs
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent 3263f08 commit afd8d7e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit afd8d7e

Please sign in to comment.