Skip to content

Commit

Permalink
Merge pull request #10 from stuttgart-things/feature/issue-1/vmTest-p…
Browse files Browse the repository at this point in the history
…ipeline

Include terraform in action
  • Loading branch information
anacalva authored Mar 21, 2024
2 parents 70c358c + 46602f1 commit 7afa8ca
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/vm-creation-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,17 @@ jobs:
steps:
- name: Checkout code
uses: actions/[email protected]

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.7.0"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -93,15 +95,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/[email protected]

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.7.0"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7afa8ca

Please sign in to comment.