1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

fix: Missing Compilation when testing

This commit is contained in:
2024-05-06 01:39:46 +02:00
committed by GitHub
parent 14418b0c94
commit c7b3267ca2

View File

@ -24,6 +24,7 @@ jobs:
bun install --frozen-lockfile
cd server
bun install --frozen-lockfile
bun run compile
- name: Validate the data & the server
run: |