summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
AgeCommit message (Collapse)Author
2026-04-14Update test.ymlLukeParkerDev
2026-04-10ci use node 24 in test workflow fixing random ECONNRESET (#21782)Luke Parker
2026-04-03fix(ci): create JUnit output dirs before tests (#20959)Kit Langton
2026-04-03test(ci): publish unit reports in actions (#20547)Kit Langton
2026-04-02test(app): emit junit artifacts for playwright (#20732)Kit Langton
2026-04-02test(app): add a golden path for mocked e2e prompts (#20593)Kit Langton
2026-04-01fix(test): auto-acknowledge tool-result follow-ups in mock LLM server (#20528)Kit Langton
2026-03-31chore: use paid zen model in e2eAdam
2026-03-20fix: lots of desktop stability, better e2e error logging (#18300)Luke Parker
2026-03-13fix(ci): keep test runs on dev (#17260)Luke Parker
2026-03-10ci: cancel duplicate workflow runs and add read permissionsDax Raad
- Add concurrency settings to cancel outdated runs when new commits are pushed - Add contents: read permission for security hardening - Remove redundant required job that checked test results
2026-02-24ci: add Windows to unit test matrix (#14836)Luke Parker
2026-02-06chore: refactoring and tests (#12468)Adam
2026-02-05chore: align windows test runner to blacksmith (#12364)Luke Parker
2026-01-31tui: allow specifying custom models file path via OPENCODE_MODELS_PATHDax Raad
Users can now configure their own models configuration file by setting the OPENCODE_MODELS_PATH environment variable, providing more flexibility for testing and configuration.
2026-01-31ci: copy models fixture for e2e test consistencyDax Raad
2026-01-31ci: run tests automatically when code is pushed to dev branchDax Raad
2026-01-29ci: disable nix-desktop workflow (#11188)Dax
2026-01-27Revert "ci: make tests passing a requirement pre-release"Frank
This reverts commit 8c00818108700b4aad81a9127d9e1e9adc8254bd.
2026-01-27ci: make tests passing a requirement pre-releaseAiden Cline
2026-01-24ci: remove unused environment variables from test workflowDax Raad
Removes MODELS_DEV_API_JSON and OPENCODE_DISABLE_MODELS_FETCH environment variables that were redundant in the test workflow, simplifying the configuration.
2026-01-24fix adamDax Raad
2026-01-22chore: upload playwright assets on test failureAdam
2026-01-21test(app): fix e2eAdam
2026-01-21test(app): fix e2eAdam
2026-01-20test(app): windows fixesAdam
2026-01-20test(app): windows fixesAdam
2026-01-20test(app): windows e2eAdam
2026-01-19chore: cleanupAdam
2026-01-19chore: cleanupAdam
2026-01-19fix(app): tests in ciAdam
2026-01-19test(app): initial e2e test setupAdam
2026-01-01Permission rework (#6319)Dax
Co-authored-by: Github Action <[email protected]> Co-authored-by: Adam <[email protected]>
2025-12-05ci: regen sdk instead of failing testsAiden Cline
2025-12-01.github/workflows: Migrate workflows to Blacksmith runners (#4941)blacksmith-sh[bot]
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
2025-11-17ci: tweakAiden Cline
2025-10-14ci: run typecheck before tests to catch type errors earlyDax Raad
2025-10-12ci: centralize bun setup to reduce duplication and improve cachingDax Raad
2025-10-10upgrade to bun 1.3.0Dax Raad
2025-09-27ci: fixDax Raad
2025-09-27ci: fix git identity in test workflowDax Raad
2025-09-27ci: improve test coverageDax Raad