Skip to content

Commit 227883f

Browse files
author
Chris Kemp
committed
Temporarily disable smoke tests
1 parent 9db8dd2 commit 227883f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/_deploy.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ permissions:
2020
actions: write
2121

2222
env:
23-
RUNNING_IN_CI: 1
2423
ACCOUNT: ${{ inputs.account }}
2524
WORKSPACE: ${{ inputs.workspace }}
2625
CACHE_NAME: ${{ inputs.workspace }}-cache
@@ -124,14 +123,14 @@ jobs:
124123
test--smoke:
125124
needs: [get-branch-from-workflow-file, terraform--apply]
126125
runs-on: [self-hosted, ci]
127-
steps:
128-
- uses: actions/checkout@v4
129-
with:
130-
ref: ${{ needs.get-branch-from-workflow-file.outputs.branch_name }}
131-
- uses: ./.github/actions/make/
132-
with:
133-
command: test--smoke
134-
requires-aws: true
126+
# steps:
127+
# - uses: actions/checkout@v4
128+
# with:
129+
# ref: ${{ needs.get-branch-from-workflow-file.outputs.branch_name }}
130+
# - uses: ./.github/actions/make/
131+
# with:
132+
# command: test--smoke
133+
# requires-aws: true
135134

136135
set-success:
137136
name: Set Success

0 commit comments

Comments
 (0)