Skip to content

Commit

Permalink
revert cypress-e2e change
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Feb 7, 2025
1 parent 84730ea commit 9748a8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aps-cypress-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Start following logs in the background with continuous output
docker logs -f cypress-e2e 2>&1 &
LOG_PID=$!
while true; do
if [ "$(docker ps -aq -f status=exited -f name=cypress-e2e)" ]; then
echo "Cypress tests completed."
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
with:
name: astra-scan-results
path: ${{ github.workspace }}/e2e/cypress/fixtures/state/scanResult.json

- name: Check for failed tests and create Issue
if: always()
env:
Expand Down Expand Up @@ -161,4 +161,4 @@ jobs:
env:
JIRA_EMAIL: ${{ secrets.JIRA_EMAIL }}
JIRA_API_KEY: ${{ secrets.JIRA_API_KEY }}
ASTRA_SCAN_RESULTS: ${{ github.workspace }}/e2e/cypress/fixtures/state/scanResult.json
ASTRA_SCAN_RESULTS: ${{ github.workspace }}/e2e/cypress/fixtures/state/scanResult.json

0 comments on commit 9748a8b

Please sign in to comment.