chore(ci): probe Windows runner for Copilot setup#183
chore(ci): probe Windows runner for Copilot setup#183
Conversation
Temporarily switch the copilot setup workflow to windows-latest so cloud Copilot runs can validate Windows commands before final CI changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
@copilot Please implement the CI follow-up in this PR:\n\n1. Update so only the job uses a strategy matrix for and .\n2. Keep all non-test jobs Ubuntu-only.\n3. Make any required OS-specific adjustments for Playwright setup so Windows test runs pass.\n4. Revert back to in your final commit.\n5. Keep changes minimal and focused on CI YAML only.\n\nPlease run/validate via GitHub Actions and iterate until green. |
|
@JReinhold I've opened a new pull request, #184, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
commit: |
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
…ert copilot setup to ubuntu Co-authored-by: JReinhold <5678122+JReinhold@users.noreply.github.com>
Handle CRLF checkouts on Windows runners before applying the catalog regex so Playwright version resolution succeeds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ci: run test job on ubuntu + windows matrix, fix Playwright setup for Windows
Bundle ReportChanges will decrease total bundle size by 47.98kB (-100.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
9bfc2b0 to
76067d7
Compare
This PR temporarily switches the Copilot setup workflow to windows-latest so cloud Copilot runs can validate Windows-compatible CI commands.\n\nFollow-up expected in this same PR:\n- update to run on ubuntu + windows via matrix\n- keep non-test jobs ubuntu-only\n- if needed, guard Playwright install flags by OS\n- restore back to ubuntu-latest before merge\n