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.
2 parents b3aee5f + 1ab3e52 commit bbc5de3Copy full SHA for bbc5de3
.github/workflows/tests.yaml
@@ -62,8 +62,11 @@ jobs:
62
- name: "Install dependencies"
63
run: composer install --ansi --no-interaction --no-progress
64
65
- - name: "Build Sass"
66
- run: php bin/console sass:build
+ - name: "Build and compile assets"
+ run: |
67
+ php bin/console importmap:install
68
+ php bin/console sass:build
69
+ php bin/console asset-map:compile
70
71
- name: "Install PHPUnit"
72
run: vendor/bin/simple-phpunit install
0 commit comments