Skip to content

Merge pull request #6 from brefphp/mnapoli-patch-1 #11

Merge pull request #6 from brefphp/mnapoli-patch-1

Merge pull request #6 from brefphp/mnapoli-patch-1 #11

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: ['*']
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run test