Skip to content

Commit

Permalink
chore: add only principal services to execute the test command
Browse files Browse the repository at this point in the history
  • Loading branch information
hdev14 committed Nov 30, 2024
1 parent bf85fa3 commit 3716c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3716c3f

Please sign in to comment.