Merge pull request #371 from Nielsvanpach/chore/rector #1457
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test laravel projects | |
on: | |
push: | |
paths: | |
- '**.php' | |
- '**.stubphp' | |
- 'composer.json' | |
- 'tests/laravel*' | |
- '.github/workflows/test-laravel.yml' | |
pull_request: | |
paths: | |
- '**.php' | |
- '**.stubphp' | |
- 'composer.json' | |
- 'tests/laravel*' | |
- '.github/workflows/test-laravel.yml' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Test Laravel | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Test Laravel | |
run: | | |
./tests/Application/laravel-test.sh |