diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index e017fddf0..f3893f81e 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -26,11 +26,11 @@ jobs: run: docker pull ghcr.io/bunkerity/bunkerweb-tests:${{ inputs.RELEASE }} && docker tag ghcr.io/bunkerity/bunkerweb-tests:${{ inputs.RELEASE }} bunkerweb-tests - name: Pull Scheduler image run: docker pull ghcr.io/bunkerity/scheduler-tests:${{ inputs.RELEASE }} && docker tag ghcr.io/bunkerity/scheduler-tests:${{ inputs.RELEASE }} scheduler-tests - # Temp fix "is not connected to the network" until compose v2.19.1 is available - - name: Downgrade compose - run: | - sudo apt update - sudo apt install -y --allow-downgrades moby-compose=2.18.1+azure-ubuntu22.04u2 + # # Temp fix "is not connected to the network" until compose v2.19.1 is available + # - name: Downgrade compose + # run: | + # sudo apt update + # sudo apt install -y --allow-downgrades moby-compose=2.18.1+azure-ubuntu22.04u2 # Run test - name: Run test run: |