Skip to content

Commit 67c8adf

Browse files
Use composer serve for tests, add tests for windows. (#311)
1 parent ec26932 commit 67c8adf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
extensions: fileinfo, intl
2929
os: >-
30-
['ubuntu-latest']
30+
['ubuntu-latest', 'windows-latest']
3131
php: >-
3232
['8.1', '8.2', '8.3']

tests/Acceptance.suite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ actor: AcceptanceTester
22
extensions:
33
enabled:
44
- Codeception\Extension\RunProcess:
5-
0: php -d variables_order=EGPCS -S 127.0.0.1:8881 -t public
6-
sleep: 1
5+
0: composer serve
6+
sleep: 3
77
modules:
88
enabled:
99
- PhpBrowser:
10-
url: http://127.0.0.1:8881
10+
url: http://127.0.0.1:8080
1111
step_decorators: ~

0 commit comments

Comments
 (0)