tests - temp enable docker

This commit is contained in:
bunkerity 2022-07-19 15:48:50 +02:00
parent 410212b158
commit b1df38374f
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 4 additions and 4 deletions

View File

@ -374,16 +374,16 @@ jobs:
run: cat /opt/.runner_env >> $GITHUB_ENV
# Run tests
# - name: Run Docker tests
# run: ./tests/main.py "docker"
- name: Run Docker tests
run: ./tests/main.py "docker"
# - name: Run Autoconf tests
# run: ./tests/main.py "autoconf"
# - name: Run Swarm tests
# run: ./tests/main.py "swarm"
# - name: Run Kubernetes tests
# run: ./tests/main.py "kubernetes"
- name: Generate Linux packages and build test images
run: ./tests/linux.sh ${{ env.BUILD_MODE }}
# - name: Generate Linux packages and build test images
# run: ./tests/linux.sh ${{ env.BUILD_MODE }}
- name: Run Linux Ubuntu tests
run: ./tests/main.py "linux" "ubuntu"
- name: Run Linux Debian tests