We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ceb794 commit 84730eaCopy full SHA for 84730ea
.github/workflows/aps-cypress-e2e.yaml
@@ -54,7 +54,7 @@ jobs:
54
# Start following logs in the background with continuous output
55
docker logs -f cypress-e2e 2>&1 &
56
LOG_PID=$!
57
-
+
58
while true; do
59
if [ "$(docker ps -aq -f status=exited -f name=cypress-e2e)" ]; then
60
echo "Cypress tests completed."
@@ -118,7 +118,7 @@ jobs:
118
with:
119
name: astra-scan-results
120
path: ${{ github.workspace }}/e2e/cypress/fixtures/state/scanResult.json
121
122
- name: Check for failed tests and create Issue
123
if: always()
124
env:
0 commit comments