coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

Issue front end infra - bug fix #82

Closed cuevas1876 closed 6 months ago

cuevas1876 commented 6 months ago

Bug fix resulting from Issue/front-end-deploy (#5) changes

Summary

Set the terraform to deploy on main when previous steps have been skipped (but not failed)

Fixes # (#5)

Type of change

Please delete options that are not relevant.

How To Test

Validate code deploys on pushes to main

Checklist:

codeclimate[bot] commented 6 months ago

Code Climate has analyzed commit 3e4b3972 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (90% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

cuevas1876 commented 6 months ago

Application deployment was skipped because Terraform deployment was skipped. Terraform was skipped because no changes in Terraform were present. These changes should set terraform deploy to always run on main branch, even if no changes occur.