Build from sources when testing on Github Actions

This commit is contained in:
Manuel Gutierrez
2020-11-23 18:10:27 +01:00
parent c6f0c888bb
commit 325b588cbb
2 changed files with 85 additions and 1 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Build the docker-compose stack
run: docker-compose up -d --build
run: docker-compose -f build-from-sources.yml up -d --build
- name: Check running containers
run: docker ps -a