Skip to content

Commit

Permalink
no need to print the containers anymore
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 e2b7e4a commit 4c7c030
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/systemtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
conda activate webmon
make all
- name: Stand up docker containers
run: |
docker compose up --build -d
docker container ls
run: docker compose up --build -d
env:
DJANGO_SETTINGS_MODULE: reporting.reporting_app.settings.envtest
LDAP_SERVER_URI: .
Expand Down

0 comments on commit 4c7c030

Please sign in to comment.