tests ci
This commit is contained in:
parent
51987d2a3c
commit
f89b31f3b9
2 changed files with 118 additions and 0 deletions
9
.github/workflows/test.yaml
vendored
Normal file
9
.github/workflows/test.yaml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: Docker Compose Actions Workflow
|
||||
on: push
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the stack
|
||||
run: docker-compose -f /tests/docker-compose.yml up -d
|
||||
Loading…
Add table
Add a link
Reference in a new issue