diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b9f12e75f..43f1d8ffa 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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