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: reduce test build steps #4383

Merged
merged 3 commits into from
Jan 2, 2025
Merged

Conversation

louis-jan
Copy link
Contributor

Describe Your Changes

Disable playwright reporter, now it's running on Github Runner - No network access to the portal accepted. Also windows-build job should use windows-latest runner

Self Checklist

This pull request includes changes to the .github/workflows/jan-electron-linter-and-test.yml and electron/playwright.config.ts files. The changes primarily involve commenting out sections of code related to configuring the report portal and updating the workflow conditions.

Changes to .github/workflows/jan-electron-linter-and-test.yml:

  • Commented out the Config report portal steps across different job sections to disable the configuration of the report portal. [1] [2] [3] [4]
  • Updated the if condition for the test-on-windows-pr job to include workflow_dispatch events and changed the runner to windows-latest.

Changes to electron/playwright.config.ts:

  • Commented out the reporter configuration to disable HTML reporting for Playwright tests.

@louis-jan louis-jan requested a review from hiento09 January 2, 2025 03:36
@github-actions github-actions bot added the type: chore Maintenance, operational label Jan 2, 2025
Copy link
Contributor

github-actions bot commented Jan 2, 2025

Barecheck - Code coverage report

Total: 68.71%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

Copy link
Contributor

github-actions bot commented Jan 2, 2025

This is the build for this pull request. You can download it from the Artifacts section here: Build URL.

@louis-jan louis-jan merged commit 04bd41b into dev Jan 2, 2025
30 checks passed
@louis-jan louis-jan deleted the chore/reduce-test-build-steps branch January 2, 2025 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Maintenance, operational
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants