Skip to content

Nightly Update Smoke #43

Nightly Update Smoke

Nightly Update Smoke #43

name: Nightly Update Smoke
on:
schedule:
- cron: "0 9 * * *"
workflow_dispatch:
jobs:
startup-update-chain:
name: Startup Update Chain
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.0
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: "22"
- name: Install dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bun install
- name: Build bundle
run: bun run build
- name: Startup update-chain smoke test
run: bun run test:update-chain:startup