From 0c3dd7987ffd8db8f4e841e27afa7cd53316fa53 Mon Sep 17 00:00:00 2001 From: Mecoli1219 Date: Mon, 16 Dec 2024 23:36:05 -0800 Subject: [PATCH] stop sandbox Signed-off-by: Mecoli1219 --- .github/workflows/single-binary.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index 0b004622f1..3282c4d420 100644 --- a/.github/workflows/single-binary.yml +++ b/.github/workflows/single-binary.yml @@ -205,6 +205,8 @@ jobs: - name: End2End run: | make end2end_execute + - name: Stop sandbox + run: flytectl demo teardown sandbox-bundled-offloaded-functional-tests: runs-on: ubuntu-latest @@ -300,6 +302,8 @@ jobs: - name: End2End run: | make end2end_execute + - name: Stop sandbox + run: flytectl demo teardown build-and-push-sandbox-bundled-image: if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}