From b1df38374fa0f3a519502e72f4be6f588fa2bcff Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 19 Jul 2022 15:48:50 +0200 Subject: [PATCH] tests - temp enable docker --- .github/workflows/dev.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b9f12e75..43f1d8ff 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