Skip to content

Luisotee/messaging

Luisotee/messaging #99

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Setup config
run: |
cp config.example.yaml config.yaml
bun run build:config
- name: Build remaining packages
run: turbo run build --filter=!@eda/config --filter=!@eda/config-python
# - name: Run tests
# run: bun run test