quick test
All checks were successful
/ non-lab (push) Successful in 35s

This commit is contained in:
Chris Cowley 2024-09-02 11:22:18 +02:00
parent b4dbc986ec
commit 5156b8de66

View file

@ -17,4 +17,4 @@ jobs:
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
run: pwd; tofu init; ls -la