We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728f6b6 commit 7feeccdCopy full SHA for 7feeccd
.github/workflows/cicd-3-test-deploy.yaml
@@ -112,11 +112,11 @@ jobs:
112
s3://${{ steps.tf_output.outputs.bucket_name }}/artifacts/${{ needs.metadata.outputs.tag }}/lambda.zip \
113
--region eu-west-2
114
115
- regression-tests:
116
- name: "Regression Tests"
117
- needs: deploy
118
- uses: ./.github/workflows/regression-tests.yml
119
- with:
120
- ENVIRONMENT: "test"
121
- VERSION_NUMBER: "main"
122
- secrets: inherit
+# regression-tests:
+# name: "Regression Tests"
+# needs: deploy
+# uses: ./.github/workflows/regression-tests.yml
+# with:
+# ENVIRONMENT: "test"
+# VERSION_NUMBER: "main"
+# secrets: inherit
0 commit comments