Skip to content

Commit

Permalink
fix(ci): fix docker compose on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Aug 6, 2024
1 parent 09645a0 commit 651e6d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions 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
7 changes: 7 additions & 0 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ backend: &backendPreprod

backend-export:
<<: *backendPreprod
resources:
requests:
cpu: 1
memory: 1Gi
limits: # exports need a lot of CPU/RAM ATM
cpu: 3
memory: 3Gi
~needs: [build-backend]
ingress:
paths:
Expand Down

0 comments on commit 651e6d3

Please sign in to comment.