Skip to content

Merge branch 'main' into renovate/typescript-eslint-monorepo #238

Merge branch 'main' into renovate/typescript-eslint-monorepo

Merge branch 'main' into renovate/typescript-eslint-monorepo #238

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Prepare and Build
uses: ./.github/actions/prepare
with:
tiptap-pro-token: ${{ secrets.TIPTAP_PRO_TOKEN }}
- name: Start services using Docker Compose
run: docker compose -f docker-compose.test.yml up -d
- name: Wait for services to start
run: pnpm wait-on http://localhost:8055
- name: Run tests
run: pnpm test