mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Merge pull request 'Update .gitea/workflows/ci-test.yaml' (#176) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#176
This commit is contained in:
@ -114,6 +114,15 @@ jobs:
|
||||
run: |
|
||||
BW_SESSION=$(bw login)
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install pyyaml
|
||||
|
||||
|
||||
- name: Init OpenTofu
|
||||
working-directory: infra/iac
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user