Skip to content

Commit

Permalink
Oaf should now work in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed May 22, 2024
1 parent 7689a8d commit 148ad2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/oaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 148ad2c

Please sign in to comment.