From 3716c3f8075b6de88d094377658e8d9a6025cd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hermerson=20Ara=C3=BAjo?= Date: Fri, 29 Nov 2024 22:39:09 -0300 Subject: [PATCH] chore: add only principal services to execute the test command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 303fed3..af2d49a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Docker compose - run: docker compose up --build -d + run: docker compose up database redis maildev storage --build -d - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4