Skip to content

build: Provide combined CSS output file for distribution #4

build: Provide combined CSS output file for distribution

build: Provide combined CSS output file for distribution #4

Workflow file for this run

name: Validate
on:
pull_request:
branches:
- master
- beta
jobs:
run-unit-tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install
run: yarn install --frozen-lockfile
- name: Run tests
run: npm test