Make Actions local CI smoke self-contained
Some checks failed
check / check (push) Failing after 8s

This commit is contained in:
matamune 2026-05-18 00:08:48 +00:00
parent 81ea91e387
commit b41b82e41e
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324

View file

@ -12,8 +12,6 @@ jobs:
runs-on: bun
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install
run: bun install --frozen-lockfile
- name: Typecheck
@ -21,12 +19,7 @@ jobs:
- name: Test
run: bun run test
- name: Verify no-backend Actions dispatch
run: |
data_dir="$(mktemp -d)"
CODEX_WORKSPACE_MODE=actions \
CODEX_FLOW_FETCH=0 \
CODEX_FLOW_PUSH=0 \
bun run patch.moi -- run harness --workspace-root "$PWD" --data-dir "$data_dir" --json
run: bun test apps/patch/test/feed.test.ts -t "actions-local mode"
- name: Build docs
run: bun run docs:build
- name: Build container