From 6518b8bce9daa2054e2e10859194eddbd311903a Mon Sep 17 00:00:00 2001 From: psteinroe Date: Fri, 12 Jul 2024 20:57:33 +0200 Subject: [PATCH] fix: try to make test less flaky --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 074e9a25..c956f9b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,10 @@ jobs: - name: 🦺 Check Format and Lint id: static run: pnpm run check - continue-on-error: true + + - name: 📦 Build Packages + id: build + run: pnpm run build:packages - name: 🚧 Test 1 id: test-1