mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: run third party tests in matrix
Signed-off-by: azjezz <azjezz@protonmail.com>
This commit is contained in:
parent
fc3230073e
commit
6d3be57cd9
19
.github/workflows/third-party-tests.yml
vendored
19
.github/workflows/third-party-tests.yml
vendored
@ -16,6 +16,11 @@ jobs:
|
||||
- 'stable'
|
||||
os:
|
||||
- 'ubuntu-latest'
|
||||
target:
|
||||
- 'psl'
|
||||
- 'php-parser'
|
||||
- 'symfony'
|
||||
- 'laravel'
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
@ -35,15 +40,5 @@ jobs:
|
||||
run: |
|
||||
cargo install just
|
||||
|
||||
- name: test azjezz/psl
|
||||
run: just test-psl
|
||||
|
||||
- name: test nikic/php-parser
|
||||
run: just test-php-parser
|
||||
|
||||
- name: test symfony/symfony
|
||||
run: just test-symfony
|
||||
|
||||
- name: test laravel/framework
|
||||
run: just test-laravel
|
||||
|
||||
- name: test ${{ matrix.target }}
|
||||
run: just test-${{ matrix.target }}
|
||||
|
Loading…
Reference in New Issue
Block a user