Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de238eb

Browse files
committed
Merge branch 'master' of github.com:maxbeckers/php-yaml-parser
2 parents 0fd5de3 + 6f304d2 commit de238eb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read
@@ -16,6 +17,9 @@ jobs:
1617

1718
steps:
1819
- uses: actions/checkout@v4
20+
with:
21+
submodules: recursive
22+
fetch-depth: 0
1923

2024
- name: Validate composer.json and composer.lock
2125
run: composer validate --strict
@@ -32,6 +36,9 @@ jobs:
3236
- name: Install dependencies
3337
run: composer install --prefer-dist --no-progress
3438

39+
- name: Build YAML test suite data
40+
run: make -C tests/yaml-test-suite data
41+
3542
- name: Run test suite
3643
run: php ./vendor/bin/phpunit
3744

0 commit comments

Comments
 (0)