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

Merge branch 'angular-selfhosted' into angular-frontend #53

Merge branch 'angular-selfhosted' into angular-frontend

Merge branch 'angular-selfhosted' into angular-frontend #53

Workflow file for this run

name: backend-ci
on:
push:
paths:
- 'backend/**'
- '.github/workflows/backend-ci.yml'
- '.github/workflows/backend-deploy.yml'
branches:
- '**'
pull_request:
paths:
- 'backend/**'
- '.github/workflows/backend-ci.yml'
- '.github/workflows/backend-deploy.yml'
branches:
- '**'
jobs:
build_functions:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
working-directory: ./backend
run: bun install --frozen-lockfile
- name: Build functions
working-directory: ./backend
run: bun run build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Functions-artifacts
path: backend/lib/