Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-jean authored Feb 11, 2024
1 parent e6f2352 commit 1ab3e52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ jobs:
- name: "Install dependencies"
run: composer install --ansi --no-interaction --no-progress

- name: "Build Sass"
run: php bin/console sass:build
- name: "Build and compile assets"
run: |
php bin/console importmap:install
php bin/console sass:build
php bin/console asset-map:compile
- name: "Install PHPUnit"
run: vendor/bin/simple-phpunit install
Expand Down

0 comments on commit 1ab3e52

Please sign in to comment.