Skip to content

fix: resolve closure and Inertia::defer/optional/merge page props to … #35

fix: resolve closure and Inertia::defer/optional/merge page props to …

fix: resolve closure and Inertia::defer/optional/merge page props to … #35

Workflow file for this run

name: Test Ferry
on:
pull_request:
branches: [master]
paths-ignore:
- "**/*.md"
push:
branches: [master]
paths-ignore:
- "**/*.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test