From e2cbb5969d2e4c7574364ce200ce417630c4f622 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 21 Jan 2026 11:20:01 +0100 Subject: [PATCH] Use yarn --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36bc243..ba03ab6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Run E2E tests run: | chmod +x scripts/e2e.sh - ./scripts/e2e.sh + yarn test:e2e - name: Upload coverage to Codecov uses: codecov/codecov-action@v5