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 06a225f commit fa82c51Copy full SHA for fa82c51
.github/workflows/tests.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: composer install --ansi --no-interaction --no-progress
63
64
- name: "Build Sass"
65
- run: bin/console sass:build
+ run: php bin/console sass:build
66
67
- name: "Install PHPUnit"
68
run: vendor/bin/simple-phpunit install
0 commit comments