Skip to content

Commit

Permalink
adding polling
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 19, 2023
1 parent 08168fe commit 0b9e112
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps


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

- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0b9e112

Please sign in to comment.