Skip to content

Commit

Permalink
Merge branch 'master' of github.com:inertiajs/inertia
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Dec 13, 2024
2 parents 8a8f69e + 8b81d81 commit 127d08a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ npm run build
php artisan inertia:start-ssr
```

## Testing

Inertia.js uses [Playwright](https://playwright.dev/) for testing. To run the tests, use the following command:

```sh
cd tests && npx playwright test
```

## Publishing

This section is really for the benefit of the core maintainers.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20.15

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
key: ${{ runner.OS }}-npm-cache-${{ hashFiles('package-lock.json') }}
path: |
Expand Down

0 comments on commit 127d08a

Please sign in to comment.