Skip to content

Bot.ts can now run without database #106

Bot.ts can now run without database

Bot.ts can now run without database #106

Workflow file for this run

name: Dev Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
bun:
if: github.repository != 'bot-ts/framework'
name: Test on Bun v1.2.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2.4
- name: Install dependencies
run: bun install
- name: Start the bot
env:
BOT_MODE: test
run: bun run src/index.test.ts