From 1afb420b3bbdd2d085c58c37c1b2116d9177db49 Mon Sep 17 00:00:00 2001 From: Christoph Raaflaub Date: Thu, 20 Jun 2024 21:45:39 +0200 Subject: [PATCH] remove engine stop --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92bba20..2d51a7d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,3 @@ jobs: run: dagger functions -m helm/ - name: Run module tests run: dagger -m examples/ call all - # For ephemeral runners only: overrides the default Docker stop timeout to give the Dagger engine more time to push cache data to Dagger Cloud - - name: Stop Engine - run: docker stop -t 300 $(docker ps --filter name="dagger-engine-*" -q) - if: always()