Skip to content

Merge branch 'main' into DEVENV-1016/remove-repo-linl #6

Merge branch 'main' into DEVENV-1016/remove-repo-linl

Merge branch 'main' into DEVENV-1016/remove-repo-linl #6

Workflow file for this run

name: Unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run unit tests in Docker
run: |
docker build . -t npm-tests:latest
docker run --rm npm-tests:latest