try and run tofu init
All checks were successful
/ non-lab (push) Successful in 36s

This commit is contained in:
Chris Cowley 2024-09-02 11:20:23 +02:00
parent 74ed97c9cd
commit b4dbc986ec

View file

@ -1,4 +1,7 @@
on: [push]
on:
push:
branches:
- 'main'
jobs:
non-lab:
@ -11,6 +14,7 @@ jobs:
sparse-checkout: |
non-lab
- name: Setup OpenTofu
run: curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh; chmod +x /tmp/install-opentofu.sh; /tmp/install-opentofu.sh --install-method deb; rm -f /tmp/install-opentofu.sh; cd non-lab
- name: Tree
run: apt update; apt install tree; tree
run: curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh; chmod +x /tmp/install-opentofu.sh; /tmp/install-opentofu.sh --install-method deb; rm -f /tmp/install-opentofu.sh
- name: Tofu init
working-directory: ${{ githubworkspace }}/non-lab
run: tofu init