Skip to content

lang parameter inserted at the domain layer #22

lang parameter inserted at the domain layer

lang parameter inserted at the domain layer #22

Workflow file for this run

name: CI pipeline
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test -- --passWithNoTests