Skip to content

Commit

Permalink
trying again with polling
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 19, 2023
1 parent 7977119 commit ec6b051
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,26 @@ jobs:
run: echo $GIT_SHA
- name: Check githead
run: curl https://pr-${GITHUB_PR_NUMBER}-documentation.appa.pantheon.site/githead.txt
- name: Install dependencies
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
url: https://pr-${{ github.event.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}"
timeout: 600000
# timeout: 600000
interval: 5000

- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps




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

0 comments on commit ec6b051

Please sign in to comment.