Skip to content

Commit

Permalink
updated rendering of python test script
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Mar 28, 2024
1 parent 7945d1e commit a53a2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
run: |
python3 tests/create-module-test.py \
--values tests/values.yaml \
--path ./test/ \
--path test/ \
--source local \
--st s3
- name: Upload terraform configuration
uses: actions/upload-artifact@v4.1.0
with:
name: tf-config
path: /test/
path: test

0 comments on commit a53a2d1

Please sign in to comment.