Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Merge pull request #10 from kodustech/fix/codex-notify-stop-event #33

Merge pull request #10 from kodustech/fix/codex-notify-stop-event

Merge pull request #10 from kodustech/fix/codex-notify-stop-event #33

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build
- run: npx vitest run --config vitest.integration.config.ts