Skip to content

Build and Test

Build and Test #111

Workflow file for this run

#
# This source file is part of the Stanford Biodesign Digital Health Spezi Web Design System open-source project
#
# SPDX-FileCopyrightText: 2024 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Build and Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
workflow_call:
jobs:
publishPackage:
name: Publish Package
uses: ./.github/workflows/npm-publish-package.yml
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
packageVersion: 1.1.0
cacheDependencyPath: ./functions/models/package-lock.json
workingDirectory: ./functions/models