Skip to content

Further evolved chat app for the owner-app #137

Further evolved chat app for the owner-app

Further evolved chat app for the owner-app #137

Workflow file for this run

name: CI Build
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: '@octocat'
- run: npm ci
- run: npm run build-libs
- run: npm run build --w ./packages/public-app
- run: npm run build --w ./packages/owner-app
- run: npm run build --w ./packages/provisioning-app
- run: npm run test