Skip to content

Commit cec9d73

Browse files
Remove e2e code block from deploy.yml file
1 parent 1540324 commit cec9d73

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,20 +181,9 @@ jobs:
181181
echo "SUCCESS=false" >> $GITHUB_OUTPUT
182182
fi
183183
184-
e2e-test:
185-
needs: deploy
186-
if: needs.deploy.outputs.DEPLOYMENT_SUCCESS == 'true'
187-
uses: ./.github/workflows/test-automation.yml
188-
with:
189-
MACAE_WEB_URL: ${{ needs.deploy.outputs.WEBAPP_URL }}
190-
MACAE_URL_API: ${{ needs.deploy.outputs.MACAE_URL_API }}
191-
MACAE_RG: ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}
192-
MACAE_CONTAINER_APP: ${{ needs.deploy.outputs.CONTAINER_APP }}
193-
secrets: inherit
194-
195184
cleanup-deployment:
196185
if: always() && needs.deploy.outputs.RESOURCE_GROUP_NAME != ''
197-
needs: [deploy, e2e-test]
186+
needs: [deploy]
198187
runs-on: ubuntu-latest
199188
env:
200189
RESOURCE_GROUP_NAME: ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}

0 commit comments

Comments
 (0)