mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-08 06:08:04 -05:00
b841403f15
e2e test implementation with GitHub actions on GCP
9 lines
203 B
YAML
9 lines
203 B
YAML
name: constellation_destroy
|
|
description: "Destroy a running Constellation cluster."
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Constellation terminate
|
|
run: constellation terminate
|
|
shell: bash
|