mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
Fetch github actions build test
This commit is contained in:
14
.github/workflows/push.yml
vendored
Normal file
14
.github/workflows/push.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Wazuh Docker pipeline
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-stack:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build the docker-compose stack
|
||||
run: docker-compose up -d --build
|
||||
- name: Check running containers
|
||||
run: docker ps -a
|
Reference in New Issue
Block a user