Skip to content

chore: move streaming templates to bausteine directory #1185

chore: move streaming templates to bausteine directory

chore: move streaming templates to bausteine directory #1185

Workflow file for this run

name: build apps
on:
push:
branches:
- '**'
pull_request:
types: [ opened, reopened ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./digiwf-apps
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: "./digiwf-apps/package-lock.json"
registry-url: 'https://registry.npmjs.org'
- run: npm run init
- run: npm run test
- run: npm run build