Skip to content

Commit

Permalink
run compile before typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed Dec 19, 2024
1 parent a3c8078 commit fe874c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gui-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe874c6

Please sign in to comment.