Skip to content

Commit

Permalink
ci: disable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulia Ye committed Oct 30, 2024
1 parent 1296c27 commit 14cfa52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
run: npm install -g pnpm && pnpm install
- name: Run unit tests
run: pnpm test
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Build extension and run e2e tests
run: pnpm build-and-test-e2e
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Build Firefox extension
run: pnpm build-firefox && pnpm pack:xpi
- name: Build Chromium extension
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,3 @@ jobs:
run: npm install -g pnpm && pnpm install
- name: Run unit tests
run: pnpm test
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Build extension and run e2e tests
run: pnpm build-and-test-e2e
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit 14cfa52

Please sign in to comment.