Skip to content

Commit

Permalink
stop sandbox
Browse files Browse the repository at this point in the history
Signed-off-by: Mecoli1219 <[email protected]>
  • Loading branch information
Mecoli1219 committed Dec 17, 2024
1 parent 223a399 commit 0c3dd79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' }}
Expand Down

0 comments on commit 0c3dd79

Please sign in to comment.