Skip to content

Contact summary of a place should not receive reports of children which are places #40

Contact summary of a place should not receive reports of children which are places

Contact summary of a place should not receive reports of children which are places #40

name: Run CI Scripts
on:
push:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: sudo apt install -y xsltproc
- run: npm ci --legacy-peer-deps
- run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- run: npm run git-ci