Skip to content

Commit 549446e

Browse files
committed
Use GitHub Actions.
1 parent a4ccafb commit 549446e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: "shivammathur/setup-php@v2"
2929
with:
3030
php-version: "${{ matrix.php-version }}"
31-
extensions: "inotify, xdebug"
31+
extensions: "xdebug"
3232

3333
- name: "Cache dependencies installed with Composer"
3434
uses: "actions/cache@v2"
@@ -40,9 +40,6 @@ jobs:
4040
- name: "Install dependencies with Composer"
4141
run: "composer update --no-ansi --no-interaction --no-progress"
4242

43-
- name: "Add properties to the kernel"
44-
run: "bin/plaisio --no-ansi plaisio:kernel-properties"
45-
4643
- name: "Run tests with PHPUnit"
4744
run: "bin/phing unit"
4845

0 commit comments

Comments
 (0)