Skip to content

fix actions e2e test cluster 2 #3

fix actions e2e test cluster 2

fix actions e2e test cluster 2 #3

Workflow file for this run

name: E2E
on: push
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install
run: bun install
- name: Build Webui
run: bun run build
- name: Build
run: cargo build --release --all
- name: Install ffmpeg
run: sudo apt-get update && sudo apt-get install -y ffmpeg
- name: Run tests
run: bun test