We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ccafb commit 549446eCopy full SHA for 549446e
.github/workflows/unit.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: "shivammathur/setup-php@v2"
29
with:
30
php-version: "${{ matrix.php-version }}"
31
- extensions: "inotify, xdebug"
+ extensions: "xdebug"
32
33
- name: "Cache dependencies installed with Composer"
34
uses: "actions/cache@v2"
@@ -40,9 +40,6 @@ jobs:
40
- name: "Install dependencies with Composer"
41
run: "composer update --no-ansi --no-interaction --no-progress"
42
43
- - name: "Add properties to the kernel"
44
- run: "bin/plaisio --no-ansi plaisio:kernel-properties"
45
-
46
- name: "Run tests with PHPUnit"
47
run: "bin/phing unit"
48
0 commit comments