Skip to content

Use prool for tests instead of docker #1114

Use prool for tests instead of docker

Use prool for tests instead of docker #1114

Workflow file for this run

name: Run E2E Tests
on:
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docker-e2e:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Install test dependencies
run: pnpm install
- name: Start tests
run: pnpm run test:ci