Skip to content

Merge pull request #13 from jschram/feature/laravel-11-support #3

Merge pull request #13 from jschram/feature/laravel-11-support

Merge pull request #13 from jschram/feature/laravel-11-support #3

Workflow file for this run

name: "CI"
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test