Skip to content

Commit 4b21078

Browse files
Stages within a single job
1 parent 8e42218 commit 4b21078

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ jobs:
3232
INPUT_PRE_EXEC_0: |
3333
sudo apt update -yqq && sudo apt install python3 -yqq
3434
INPUT_POST_EXEC_0: |
35+
set -x
3536
pwd
3637
ls -al /github/workspace/
37-
echo "find?"
38-
find . -name "sandbox.tfplan"
39-
echo "found!"
4038
tfplan_location=$(find . -name "sandbox.tfplan")
4139
tfplan_contents=$(cat $tfplan_location)
4240
echo "TERRAFORM_PLAN=$tfplan_contents" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)