Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Jan 4, 2024
1 parent e046200 commit 9ba4bef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sumaform-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ jobs:
with:
repository: uyuni-project/sumaform
path: sumaform
- name: Checkout Feilong
if: steps.tf_files.outputs.added_modified
uses: actions/checkout@v4
with:
repository: Bischoff/terraform-provider-feilong
path: feilong
- name: Compile Feilong
if: steps.tf_files.outputs.added_modified
env:
run:
cd feilong
go install
cd ..
- name: Validate files
if: steps.tf_files.outputs.added_modified
env:
Expand Down

0 comments on commit 9ba4bef

Please sign in to comment.