-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15125ee
commit 74e5745
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,15 @@ jobs: | |
yarn workspaces focus @labfaz/e2e | ||
npx playwright install --with-deps | ||
- name: Capture Vercel preview URL | ||
- run: sleep 180 | ||
- name: Waiting for 200 from the Vercel Preview | ||
uses: patrickedqvist/[email protected] | ||
id: vercelPreview | ||
uses: aaron-binary/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
max_timeout: 120 | ||
|
||
- name: π₯π Run E2E Tests | ||
run: yarn workspace @labfaz/e2e test:all | ||
env: | ||
BROWSER_URL: ${{ steps.vercelPreview.outputs.vercel_preview_url }} | ||
BROWSER_URL: ${{ steps.vercelPreview.outputs.url }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ jobs: | |
- name: Create report directory | ||
run: mkdir -p ${{ github.workspace }}/tmp/artifacts | ||
|
||
- run: sleep 180 | ||
- name: Waiting for 200 from the Vercel Preview | ||
uses: patrickedqvist/[email protected] | ||
id: vercelPreview | ||
|