Skip to content

Commit c3f70e3

Browse files
set x
1 parent b14f8db commit c3f70e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
AWS_REGION: ${{ vars.AWS_REGION }}
3131
INPUT_PRE_EXEC_0: |
32-
sudo apt update -yqq && sudo apt install python3 -yqq
32+
set -x ; sudo apt update -yqq && sudo apt install python3 -yqq
3333
INPUT_POST_EXEC_0: |
3434
pwd
3535
ls -al .
@@ -40,7 +40,7 @@ jobs:
4040
tf_version: '1.5.5'
4141
tg_version: '0.54.11'
4242
tg_dir: 'platform/sandbox/us-east-2/000'
43-
tg_command: 'plan -out ./tg-plan.json'
43+
tg_command: 'plan -out tg-plan.json'
4444
deploy:
4545
runs-on: ubuntu-latest
4646
needs: [ plan ]

0 commit comments

Comments
 (0)