Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-19 16:47:57 +00:00
parent c8bf771bef
commit d14f2d804d

View File

@ -53,11 +53,10 @@ jobs:
tofu plan $VAR_FILES -out=./tfplan
- name: Export tfplan
working-directory: infra/iac
uses: actions/upload-artifact@v4
with:
name: tofu-plan
path: ./tfplan
path: infra/iac/tfplan
- name: Apply
working-directory: infra/iac