Skip to content

Commit

Permalink
Use composer serve for tests, add tests for windows. (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 10, 2024
1 parent ec26932 commit 67c8adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -27,6 +27,6 @@ jobs:
with:
extensions: fileinfo, intl
os: >-
['ubuntu-latest']
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3']
6 changes: 3 additions & 3 deletions tests/Acceptance.suite.yml
Expand Up @@ -2,10 +2,10 @@ actor: AcceptanceTester
extensions:
enabled:
- Codeception\Extension\RunProcess:
0: php -d variables_order=EGPCS -S 127.0.0.1:8881 -t public
sleep: 1
0: composer serve
sleep: 3
modules:
enabled:
- PhpBrowser:
url: http://127.0.0.1:8881
url: http://127.0.0.1:8080
step_decorators: ~

0 comments on commit 67c8adf

Please sign in to comment.