From fe874c63f94a3112cd68d7141c95fd97cd7b9ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Thu, 19 Dec 2024 17:42:22 +0100 Subject: [PATCH] run compile before typecheck --- .github/workflows/gui-checks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/gui-checks.yml b/.github/workflows/gui-checks.yml index 5ac10409c741..37b53557be75 100644 --- a/.github/workflows/gui-checks.yml +++ b/.github/workflows/gui-checks.yml @@ -53,6 +53,11 @@ jobs: ${{ runner.os }}-gui # Next Tasks are depend on Typecheck, because we build libraries at this stage + - name: ⚙️ Compile + id: compile + continue-on-error: true + run: pnpm run compile + - name: 🧠 Typecheck id: typecheck continue-on-error: true