From 148ad2ce98abb9eb6465deb90d12240ee3af7250 Mon Sep 17 00:00:00 2001 From: Sam Gaus Date: Wed, 22 May 2024 16:41:28 +0100 Subject: [PATCH] Oaf should now work in CI --- .github/workflows/oaf.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/oaf.yml b/.github/workflows/oaf.yml index fe8d0bf..ca8690f 100644 --- a/.github/workflows/oaf.yml +++ b/.github/workflows/oaf.yml @@ -13,6 +13,10 @@ jobs: run: corepack enable - name: Install modules run: yarn install --frozen-lockfile + - name: Generate prisma types + run: yarn workspace oaf run prisma generate + - name: Build kol.js + run: yarn workspace kol.js run build - name: Run tests run: yarn workspace oaf run test --pool=forks - name: Run type check