Skip to content

Commit

Permalink
try docker compose instead of "docker-compose"
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Aug 7, 2024
1 parent 2492b48 commit 2dd526d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/systemtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
conda activate webmon
make all
- name: Stand up docker containers
run: docker-compose up --build -d
run: docker compose up --build -d
env:
DJANGO_SETTINGS_MODULE: reporting.reporting_app.settings.envtest
LDAP_SERVER_URI: .
Expand All @@ -49,4 +49,4 @@ jobs:
LDAP_DOMAIN_COMPONENT: .
LIVE_PLOT_SECRET_KEY: secretKey
- name: Stand down docker containers
run: docker-compose down
run: docker compose down

0 comments on commit 2dd526d

Please sign in to comment.