Skip to content

Commit 84730ea

Browse files
committed
revert cypress-e2e change
1 parent 3ceb794 commit 84730ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aps-cypress-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Start following logs in the background with continuous output
5555
docker logs -f cypress-e2e 2>&1 &
5656
LOG_PID=$!
57-
57+
5858
while true; do
5959
if [ "$(docker ps -aq -f status=exited -f name=cypress-e2e)" ]; then
6060
echo "Cypress tests completed."
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
name: astra-scan-results
120120
path: ${{ github.workspace }}/e2e/cypress/fixtures/state/scanResult.json
121-
121+
122122
- name: Check for failed tests and create Issue
123123
if: always()
124124
env:

0 commit comments

Comments
 (0)