Skip to content

test(e2e): reuse shared failing server in async fallback test #102

test(e2e): reuse shared failing server in async fallback test

test(e2e): reuse shared failing server in async fallback test #102

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
#- name: Linting
# run: bun run format
- name: Run tests
run: bun run test:coverage