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

View file

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