Skip to content

Commit

Permalink
ci: destroy workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 20, 2024
1 parent d1bc504 commit 5202600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
deno run -A --unstable-kv main.ts up
deno run -A --unstable-kv main.ts logs
docker ps
- name: Destroy
run: |
deno run -A --unstable-kv main.ts list
deno run -A --unstable-kv main.ts down

0 comments on commit 5202600

Please sign in to comment.