Skip to content

Commit 90d15a3

Browse files
committed
run all possible gens for diffing
1 parent 253af88 commit 90d15a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/templating/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ runs:
55
- shell: bash
66
run: |
77
set -x
8-
git checkout -B master && scripts/dev/makedist >/dev/null
8+
git add . -N && git diff --exit-code
9+
scripts/dev/genfiles
10+
Zend/zend_vm_gen.php
11+
echo XXX not runnable using PHP 8.2 XXX build/gen_stub.php -f
912
git add . -N && git diff --exit-code

0 commit comments

Comments
 (0)