Skip to content

Commit

Permalink
remove engine stop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Jun 20, 2024
1 parent 1a0267e commit 1afb420
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 1afb420

Please sign in to comment.