Skip to content

Merge pull request #15 from nova-rey/codex/fix-launch-endpoint-and-ar… #26

Merge pull request #15 from nova-rey/codex/fix-launch-endpoint-and-ar…

Merge pull request #15 from nova-rey/codex/fix-launch-endpoint-and-ar… #26

Workflow file for this run

name: Build UI Bundle
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run build
- run: bash scripts/build_ui_bundle.sh
- uses: actions/upload-artifact@v4
with:
name: ui_static
path: ui_static.tar.gz