Skip to content

feat: update table plugin to v1.2.0 to fix URI abbreviation not working #262

feat: update table plugin to v1.2.0 to fix URI abbreviation not working

feat: update table plugin to v1.2.0 to fix URI abbreviation not working #262

Workflow file for this run

name: Run tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up NodeJS
uses: actions/setup-node@v6
with:
node-version: "lts/*"
cache: npm
- name: Disable AppArmor
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: npm run test