Skip to content

Commit 9748a8b

Browse files
committed
revert cypress-e2e change
1 parent 84730ea commit 9748a8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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:
@@ -161,4 +161,4 @@ jobs:
161161
env:
162162
JIRA_EMAIL: ${{ secrets.JIRA_EMAIL }}
163163
JIRA_API_KEY: ${{ secrets.JIRA_API_KEY }}
164-
ASTRA_SCAN_RESULTS: ${{ github.workspace }}/e2e/cypress/fixtures/state/scanResult.json
164+
ASTRA_SCAN_RESULTS: ${{ github.workspace }}/e2e/cypress/fixtures/state/scanResult.json

0 commit comments

Comments
 (0)