Skip to content

Commit

Permalink
Update deployStatic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rstens authored Nov 24, 2021
1 parent 89a58f4 commit 0cf3d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployStatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ jobs:
- name: Wait for APP response
uses: nev7n/[email protected]
with:
url: '$CYPRESS_BASE_URL/admin/projects'
url: $CYPRESS_BASE_URL
responseCode: 200
timeout: 240000
interval: 500
Expand All @@ -562,7 +562,7 @@ jobs:
id: smoke
continue-on-error: false
with:
wait-on: '$CYPRESS_BASE_URL/admin/projects'
wait-on: $CYPRESS_BASE_URL
wait-on-timeout: 240
record: true
working-directory: testing/e2e
Expand Down

0 comments on commit 0cf3d05

Please sign in to comment.