Skip to content

Commit

Permalink
checking pr
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 19, 2023
1 parent 36eb6d1 commit 7977119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

- uses: artiz/[email protected]
with:
url: https://pr-8805-documentation.appa.pantheon.site/githead.txt
url: https://pr-${GITHUB_PR_NUMBER}-documentation.appa.pantheon.site/githead.txt
# url: https://pr-${GITHUB_PR_NUMBER}-documentation.appa.pantheon.site/githead.txt
method: GET
expectStatus: 200
expectBodyRegex: "${GIT_SHA}"
# expectBodyRegex: "${GIT_SHA}"
timeout: 600000
interval: 5000

Expand Down

0 comments on commit 7977119

Please sign in to comment.