Skip to content

fix: CU-8688ucrbp symrel fix (#4) #4

fix: CU-8688ucrbp symrel fix (#4)

fix: CU-8688ucrbp symrel fix (#4) #4

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- develop
jobs:
release:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: "20.8.1"
- run: npm install -g @angular/cli
- run: npm ci
- run: npm run prepublishOnly