Skip to content

Merge pull request #85 from abusix/pla-872-add-build-step-to-hailstor… #144

Merge pull request #85 from abusix/pla-872-add-build-step-to-hailstor…

Merge pull request #85 from abusix/pla-872-add-build-step-to-hailstor… #144

Workflow file for this run

name: Test Components
on:
push:
pull_request:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run test