Skip to content

Commit

Permalink
chore: nome dinâmico do container do banco
Browse files Browse the repository at this point in the history
caduvieira committed May 10, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 5b9fa82 commit cd75614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -202,7 +202,7 @@ tests-functional-validar: tests-functional-orientations
tests-functional-prerequisites: .testselenium.env tests-functional-validar

restore:
@cat tests/dumpWssei$(versao_dump).PreLoaded.dmp | docker exec -i mod-wssei-database-1 /usr/bin/mysql -u root --password=root
@cat tests/dumpWssei$(versao_dump).PreLoaded.dmp | docker exec -i $(shell docker ps --format "{{.Names}}" | grep database) /usr/bin/mysql -u root --password=root


# roda apenas os testes, o ajuste de data inicial e a criacao do ambiente ja devem ter sido realizados

0 comments on commit cd75614

Please sign in to comment.