13 lines
177 B
YAML
13 lines
177 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
depends_on:
|
|
- test
|
|
- playwright
|
|
|
|
steps:
|
|
- name: terraform
|
|
image: hashicorp/terraform:latest
|
|
commands:
|
|
- terraform plan
|