constellation/.github/actions/constellation_destroy/action.yml
Fabian Kammel b841403f15 e2e test github action implementation. (#100)
e2e test implementation with GitHub actions on GCP
2022-05-03 11:15:53 +02:00

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