Skip to content

Commit

Permalink
Initialisation Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaret committed Aug 14, 2024
1 parent 7405134 commit 555bafc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:
with:
vercel_team_id: 'team_XNy8GPxmIHotpZqqeAyKBm79'
vercel_project_id: 'prj_AGcOI1rKi80YLDCPDpwEnNHyJ1wc'
- name: Log de l'URL
run: echo "https://${{ steps.vercel_preview_url.outputs.preview_url }}"
- name: Attente du déploiement de la preview
uses: UnlyEd/github-action-await-vercel@v1
id: await-vercel
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
deployment-url: ${{ steps.vercel_preview_url.outputs.preview_url }}
timeout: 60
timeout: 180
poll-interval: 1

- name: Récupération du code
Expand Down

0 comments on commit 555bafc

Please sign in to comment.