Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Terraform version in CI #668

Merged
merged 3 commits into from
Apr 23, 2024
Merged

Update Terraform version in CI #668

merged 3 commits into from
Apr 23, 2024

Conversation

stefanprodan
Copy link
Member

Changes:

  • Run unit tests for Terraform 1.7 and 1.8
  • Run e2e tests for Terraform 1.8

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added the area/testing Testing related issues and pull requests label Apr 23, 2024
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
- name: Generate docs
run: make docs
- name: Check if working tree is dirty
run: |
if [[ $(git diff --stat) != '' ]]; then
git diff
echo 'run make docs and commit changes'
echo "run 'make build docs' and commit changes"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be make build && make docs

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, Make targets are made to be chained

@stefanprodan stefanprodan merged commit f88c0c6 into main Apr 23, 2024
8 checks passed
@stefanprodan stefanprodan deleted the tf-1.8 branch April 23, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants