From 56f5a6362ce28d798ba9a80fecc5cf582cb5408e Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Sun, 19 Oct 2025 20:54:38 +0300 Subject: [PATCH] ci(e2e): start executing e2e tests in CI Closes #3 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 964939a..93ce2bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,9 @@ jobs: run: pnpm run build - name: Test run: pnpm run test:unit + - name: E2E tests + run: pnpm install && xvfb-run pnpm run test + working-directory: e2e - name: Upload coverage data uses: actions/upload-artifact@v4 with: