Extend docker_compose tests, add Alpine to CI (#304)

* Add test where project is started with project_src only (#303).

* Work around bug in docker_compose.

* Add Alpine in CI.
This commit is contained in:
Felix Fontein
2022-03-14 10:34:08 +01:00
committed by GitHub
parent 5f9afb8c12
commit 48391d6755
5 changed files with 78 additions and 0 deletions
+4
View File
@@ -129,6 +129,8 @@ stages:
test: ubuntu1804
- name: Ubuntu 20.04
test: ubuntu2004
- name: Alpine 3
test: alpine3
groups:
- 4
- 5
@@ -165,6 +167,8 @@ stages:
test: fedora33
- name: Ubuntu 18.04
test: ubuntu1804
- name: Alpine 3
test: alpine3
groups:
- 4
- 5