Skip to content

Commit

Permalink
Added container check
Browse files Browse the repository at this point in the history
  • Loading branch information
DAQEM committed Jan 10, 2024
1 parent 2e340f3 commit 584ee62
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,9 @@ jobs:
uses: isbang/compose-action@v1.5.1
with:
compose-file: "./docker-compose.yml"
services: |
netmon-mysql
netmon-mongo
netmon-admin-web-app
netmon-user-web-app
netmon-api-gateway
netmon-device-manager-service
netmon-snmp-polling-service

- name: Check if all containers are running
run: docker container ls

- name: Install Admin dependencies
run: |
Expand Down

0 comments on commit 584ee62

Please sign in to comment.