File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments