mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-02 17:34:26 +02:00
Update ci.yml
We cannot run a git diff, because usort may sort equal rules differently on different PHP versions.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -68,8 +68,5 @@ jobs:
|
|||||||
- name: Run make
|
- name: Run make
|
||||||
run: make -B
|
run: make -B
|
||||||
|
|
||||||
- name: Check no changes after rebuild of lexers and parsers
|
|
||||||
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