Skip to content

Fixes #4661 composer rendering slow with large file diffs #1320

Fixes #4661 composer rendering slow with large file diffs

Fixes #4661 composer rendering slow with large file diffs #1320

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
branches: ['*']
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Checkout
uses: actions/checkout@v3
- run: cd tests/docker && ./run-e2e-test-local.sh