Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs committed Dec 7, 2023
1 parent 6d89690 commit c147732
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Build API

on:
push:
on:
push:
branches: [ "master" ]
pull_request:
pull_request:
branches: [ "master" ]

jobs:
build-api:
jobs:
build-api:
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
with:
bun-version: 1.0.11 # or "latest", "canary", <sha>

- name: Install dependencies
Expand All @@ -24,6 +24,7 @@ jobs:
- name: Install dependencies in API
run: |
cd apps/api
bun add @prisma/client
bun i
- name: API build
Expand Down

0 comments on commit c147732

Please sign in to comment.