From 6ecd011e51f8e38bdf1287e0d054e650437f95fc Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 31 Jan 2026 01:53:23 -0500 Subject: 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. --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows/test.yml') 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 -- cgit v1.2.3