Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 chore(ci): Disable headless tests #943

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,6 @@ jobs:
- name: Run tests
run: pnpm run test

test-e2e-headless:
name: Run E2E tests (headless)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Node & Install dependencies
uses: ./.github/actions/setup

# For now, we only need Chromium.
- name: Install browsers for Playwright
run: pnpm dlx playwright install chromium

- name: Build project
run: pnpm run build

- name: Run E2E tests (headless)
run: pnpm run test:e2e:headless

- name: Archive Playwright report
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: playwright-report-headless
path: |
wallets/metamask/playwright-report-headless/
if-no-files-found: error

test-e2e-headful:
name: Run E2E tests (headful)
runs-on: ubuntu-latest
Expand Down