Skip to content

Commit

Permalink
βš—οΈ πŸš€ (e2e): focus on e2e package
Browse files Browse the repository at this point in the history
  • Loading branch information
thlmenezes committed Aug 16, 2022
1 parent 5feb02c commit 550eb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: πŸ“¦ Install dependencies
run: |
yarn workspaces focus @acme/e2e
yarn workspaces focus @labfaz/e2e
npx playwright install-deps chromium
- name: Waiting for 200 from the Vercel Preview
Expand All @@ -28,6 +28,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: πŸ₯’πŸŽ­ Run E2E Tests
run: yarn workspace @labfaz/client test:all
run: yarn workspace @labfaz/e2e test:all
env:
BROWSER_URL: ${{ steps.vercelPreview.outputs.url }}

0 comments on commit 550eb12

Please sign in to comment.