diff options
| author | Dax Raad <[email protected]> | 2026-01-31 01:53:23 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-31 01:53:23 -0500 |
| commit | 6ecd011e51f8e38bdf1287e0d054e650437f95fc (patch) | |
| tree | 4c7bb75b33c7379e1de95a9d9c5946dd69a84690 /.github/workflows/test.yml | |
| parent | 8e5db3083cd716e8999b273e50d36193eb2d2f8f (diff) | |
| download | opencode-6ecd011e51f8e38bdf1287e0d054e650437f95fc.tar.gz opencode-6ecd011e51f8e38bdf1287e0d054e650437f95fc.zip | |
tui: allow specifying custom models file path via OPENCODE_MODELS_PATH
Users can now configure their own models configuration file by setting the OPENCODE_MODELS_PATH environment variable, providing more flexibility for testing and configuration.
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9c40781c..2a36c07e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,10 +61,6 @@ jobs: printf '%s\n' "XDG_STATE_HOME=${{ runner.temp }}/opencode-e2e/state" >> "$GITHUB_ENV" fi - - name: Copy models fixture - run: | - cp "${{ github.workspace }}/packages/opencode/test/tool/fixtures/models-api.json" "${{ github.workspace }}/packages/opencode/src/provider/models-snapshot.ts" - - name: Seed opencode data if: matrix.settings.name != 'windows' working-directory: packages/opencode |
