Skip to content

Commit

Permalink
minor CI build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Oct 12, 2024
1 parent 7218424 commit dbcf31c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build project
name: Build & test front & functions project

on: [push, pull_request]

jobs:
build:
name: Build front project
name: Build & test front & functions project
runs-on: ubuntu-latest

steps:
Expand All @@ -14,10 +14,11 @@ jobs:
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run tscheck

- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: ./functions/.nvmrc

- name: Build serverless functions
working-directory: ./functions
Expand Down

0 comments on commit dbcf31c

Please sign in to comment.