Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07d7dc0

Browse files
committed
ci: remove unused environment variables from test workflow
Removes MODELS_DEV_API_JSON and OPENCODE_DISABLE_MODELS_FETCH environment variables that were redundant in the test workflow, simplifying the configuration.
1 parent eaa622e commit 07d7dc0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686
working-directory: packages/opencode
8787
run: bun dev -- --print-logs --log-level WARN serve --port 4096 --hostname 127.0.0.1 &
8888
env:
89-
MODELS_DEV_API_JSON: ${{ env.MODELS_DEV_API_JSON }}
90-
OPENCODE_DISABLE_MODELS_FETCH: "true"
9189
OPENCODE_DISABLE_SHARE: "true"
9290
OPENCODE_DISABLE_LSP_DOWNLOAD: "true"
9391
OPENCODE_DISABLE_DEFAULT_PLUGINS: "true"
@@ -113,8 +111,6 @@ jobs:
113111
run: ${{ matrix.settings.command }}
114112
env:
115113
CI: true
116-
MODELS_DEV_API_JSON: ${{ env.MODELS_DEV_API_JSON }}
117-
OPENCODE_DISABLE_MODELS_FETCH: "true"
118114
OPENCODE_DISABLE_SHARE: "true"
119115
OPENCODE_DISABLE_LSP_DOWNLOAD: "true"
120116
OPENCODE_DISABLE_DEFAULT_PLUGINS: "true"

0 commit comments

Comments
 (0)