Skip to content

Commit

Permalink
fix(ci): fix unit test with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Aug 6, 2024
1 parent f87b966 commit 5631b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: yarn workspace @domifa/common build

- name: Create Postgres service
run: docker-compose -f ./docker-compose.tests.yml up --build --detach
run: docker compose -f ./docker-compose.tests.yml up --build --detach

- name: Run backend tests
# run: yarn workspace @domifa/backend jest --coverage --detectOpenHandles --forceExit --runInBand
Expand Down

0 comments on commit 5631b83

Please sign in to comment.