Skip to content

Add test to gitlab actions #3

Add test to gitlab actions

Add test to gitlab actions #3

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm test