Skip to content

Commit

Permalink
add terraforkm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ganochenkodg committed Jun 13, 2024
1 parent dfca785 commit 892576e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ai-ml-nl-to-sql-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: ai-ml-nl-to-sql-ci
on:
push:
branches:
- main
paths:
- '.github/workflows/ai-ml-nl-to-sql-ci.yml'
- 'ai-ml/nl-to-sql/**'
pull_request:
paths:
- '.github/workflows/ai-ml-nl-to-sql-ci.yml'
- 'ai-ml/nl-to-sql/**'
jobs:
job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Validate terraform autopilot
run: |
cd ai-ml/nl-to-sql/terraform/gke-autopilot
terraform init
terraform validate
- name: Validate terraform standard
run: |
cd ai-ml/nl-to-sql/terraform/gke-standard
terraform init
terraform validate

0 comments on commit 892576e

Please sign in to comment.