test ci actions

This commit is contained in:
vcerenu 2022-05-17 11:59:07 -03:00
parent cb06e15a74
commit c2712a3929
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A

View File

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- name: Build the docker-compose stack
run: docker-compose -f build-wazuh-images.yml up -d --build
run: build-docker-images/build.sh
- name: Check running containers
run: docker ps -a