Skip to content

Commit

Permalink
ci: add consul dev server to validate stage
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <brucellino@protonmail.com>
  • Loading branch information
brucellino committed Aug 2, 2022
1 parent 0498960 commit 0668ae6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
uses: 'actions/checkout@v2'
with:
fetch-depth: 0
- name: Get Consul
run: |
curl -fSL https://releases.hashicorp.com/consul/1.12.3/consul_1.12.3_linux_amd64.zip \
| gunzip -> consul ; chmod u+x consul
- name: Start Consul dev server
run: ./consul agent -server -dev &
- name: Get Terraform
run: |
curl -fSL https://releases.hashicorp.com/terraform/1.2.3/terraform_1.2.3_linux_amd64.zip \
Expand Down

0 comments on commit 0668ae6

Please sign in to comment.