Skip to content

add unit/e2e tests for carousel functionality #251

add unit/e2e tests for carousel functionality

add unit/e2e tests for carousel functionality #251

Workflow file for this run

name: Continuous Integration (CI)
on:
push:
branches: ["main"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- run: bun install
- name: Run linters
run: bun run lint
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- run: bun install
- name: Run formatters
run: bun run format
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- run: bun install
- name: Run tests
run: bun vitest