Skip to content

SWI-4827 Update Prism and Add read-only Label (#38) #136

SWI-4827 Update Prism and Add read-only Label (#38)

SWI-4827 Update Prism and Add read-only Label (#38) #136

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- 'main'
pull_request:
jobs:
build-and-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run bundle
- run: npm test