Skip to content

Commit 038076e

Browse files
remove generate-output
1 parent 29fdc70 commit 038076e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/acceptance-tests/action.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ runs:
3333
run: |
3434
npm ci
3535
36-
- name: Generate outputs file
37-
shell: bash
38-
run: |
39-
root_dir=${GITHUB_WORKSPACE}
40-
mv ./terraform_output.json ./sandbox_tf_outputs.json
41-
npm run generate-outputs sandbox-output
42-
4336
- name: Run test - ${{ inputs.testType }}
4437
shell: bash
4538
run: |

0 commit comments

Comments
 (0)