tofu workdir
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Failing after 9s

This commit is contained in:
plasmagoat 2025-07-21 22:38:43 +02:00
parent acc0dac234
commit 5a409b3014

View file

@ -25,20 +25,21 @@ jobs:
- name: OpenTofu fmt - name: OpenTofu fmt
id: fmt id: fmt
run: tofu fmt -check run: tofu fmt -check
working-directory: ${{ forge.workspace }}/infrastructure/proxmox
continue-on-error: true continue-on-error: true
- name: OpenTofu Init - name: OpenTofu Init
id: init id: init
run: tofu init run: tofu init
working-directory: /infrastructure/proxmox working-directory: ${{ forge.workspace }}/infrastructure/proxmox
- name: OpenTofu Validate - name: OpenTofu Validate
id: validate id: validate
run: tofu validate -no-color run: tofu validate -no-color
working-directory: /infrastructure/proxmox working-directory: ${{ forge.workspace }}/infrastructure/proxmox
- name: OpenTofu Plan - name: OpenTofu Plan
id: plan id: plan
run: tofu plan -no-color run: tofu plan -no-color
working-directory: /infrastructure/proxmox working-directory: ${{ forge.workspace }}/infrastructure/proxmox
continue-on-error: true continue-on-error: true