Skip to content

Refactor layout and styling of stack selection and GitHub scan form #14

Refactor layout and styling of stack selection and GitHub scan form

Refactor layout and styling of stack selection and GitHub scan form #14

Workflow file for this run

name: CI Tests
on:
pull_request:
branches:
- '**'
permissions:
contents: read
jobs:
unit-tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test:run