diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:21:40 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:21:40 +0900 |
| commit | 538749d0daa43ec94c48cdf35110d19c39e3c896 (patch) | |
| tree | 913ac33553830f49ed73af6a5ab0a838e88bff57 /Makefile | |
| parent | 5673b2c42c7a317c775777b1135996b4c3993ef4 (diff) | |
test: add Docker Compose E2E test script
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci +.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci e2e infra: docker compose up -d redis postgres @@ -34,3 +34,6 @@ migrate-new: ci: ./scripts/ci.sh + +e2e: + ./scripts/e2e-test.sh |
