mirror of
https://github.com/smarty-php/smarty.git
synced 2025-09-25 20:00:54 +02:00
Update ci.yml
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -68,8 +68,8 @@ jobs:
|
|||||||
- name: Run make
|
- name: Run make
|
||||||
run: make -B
|
run: make -B
|
||||||
|
|
||||||
- name: diff
|
- name: Check no changes after rebuild of lexers and parsers
|
||||||
run: git diff
|
run: git diff --exit-code
|
||||||
|
|
||||||
- name: Run tests with phpunit
|
- name: Run tests with phpunit
|
||||||
run: php ./vendor/phpunit/phpunit/phpunit
|
run: php ./vendor/phpunit/phpunit/phpunit
|
||||||
|
Reference in New Issue
Block a user