Skip to content

Commit 05cda7d

Browse files
committed
Introduce force failure for testing
1 parent 63cc319 commit 05cda7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
service_endpoint: ${{ steps.deploy-release.outputs.service_endpoint }}
4747

4848
steps:
49+
- run: exit 1
4950
- uses: actions/checkout@v4
5051

5152
- name: Set up Terraform
@@ -86,4 +87,3 @@ jobs:
8687
channel: "workflow-failures"
8788
message: "❌ [Failed deploying ${{ inputs.version }} to ${{ inputs.app_name }} ${{ inputs.environment }}]((https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}))"
8889
secrets: inherit
89-

0 commit comments

Comments
 (0)