Skip to content

Commit 58fe65a

Browse files
committed
CI: Add compiled executable test pass
1 parent f02d93b commit 58fe65a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ jobs:
5252
- name: Install dependencies (Offenbach)
5353
run: offenbach install
5454

55-
- name: Pass 1/2 - Compile (try to self-compile)
55+
- name: Pass 1/3 - Compile using main PHP script
5656
run: php -dphar.readonly=0 bin/compile.php -d src:php -d vendor:php -e bin/compile.php -o bin/cc -b .banner
5757

58-
- name: Pass 2/2 - Smoke test (launch help command)
59-
run: bin/cc --help
58+
- name: Pass 2/3 - Compile using the executable
59+
run: php -dphar.readonly=0 bin/cc -d src:php -d vendor:php -e bin/compile.php -o bin/cc2 -b .banner
60+
61+
- name: Pass 3/3 - Smoke test (launch help command)
62+
run: bin/cc2 --help

0 commit comments

Comments
 (0)