From bd57f2e9fe61abcf83f104640b0d948c5ee4aaf0 Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Thu, 15 Feb 2024 15:57:56 +0100 Subject: [PATCH] Run coverage instead of test --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7db8638..e9e0a19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,4 +77,4 @@ jobs: uses: GabrielBB/xvfb-action@v1 with: run: | - pnpm test + pnpm run coverage