Skip to content

Commit

Permalink
debug polling
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 19, 2023
1 parent 0b9e112 commit 3c24fc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:

- uses: artiz/[email protected]
with:
url: https://pr-${GITHUB_PR_NUMBER}-documentation.appa.pantheon.site/githead.txt
url: https://pr-8805-documentation.appa.pantheon.site/githead.txt
# url: https://pr-${GITHUB_PR_NUMBER}-documentation.appa.pantheon.site/githead.txt
method: GET
expect-status: 200
expect-response-regex: ".*${GIT_SHA}.*"
# expect-response-regex: ".*${GIT_SHA}.*"
timeout: 60000
interval: 5000

Expand Down

0 comments on commit 3c24fc5

Please sign in to comment.