Skip to content

Commit 1ab3e52

Browse files
authored
Update tests.yaml
1 parent e6f2352 commit 1ab3e52

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ jobs:
6262
- name: "Install dependencies"
6363
run: composer install --ansi --no-interaction --no-progress
6464

65-
- name: "Build Sass"
66-
run: php bin/console sass:build
65+
- name: "Build and compile assets"
66+
run: |
67+
php bin/console importmap:install
68+
php bin/console sass:build
69+
php bin/console asset-map:compile
6770
6871
- name: "Install PHPUnit"
6972
run: vendor/bin/simple-phpunit install

0 commit comments

Comments
 (0)