Last for = in install tofu
Some checks failed
Test / Unit Tests — Docker Stack (push) Failing after 33s
Test / Static Analysis (push) Successful in 32s
Test / Unit Tests — K8s Stack (push) Successful in 37s
Test / Integration Test — K8s (k3d) (push) Has been skipped

This commit is contained in:
2026-03-14 08:40:17 +01:00
parent ee6ce6e8c8
commit 6eea448001
2 changed files with 4 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ jobs:
- name: Install OpenTofu
run: |
curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
- name: Install gopass
run: |

View File

@@ -50,7 +50,7 @@ jobs:
- name: Install OpenTofu
run: |
curl -fsSL https://get.opentofu.org/install-opentofu.sh \
| sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
| sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
- name: tofu test — Docker stack
run: |
@@ -67,7 +67,7 @@ jobs:
- name: Install OpenTofu
run: |
curl -fsSL https://get.opentofu.org/install-opentofu.sh \
| sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
| sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
- name: tofu test — K8s stack
run: |
@@ -89,7 +89,7 @@ jobs:
- name: Install OpenTofu
run: |
curl -fsSL https://get.opentofu.org/install-opentofu.sh \
| sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
| sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
- name: Install k3d
run: |