Skip to content

Commit f308868

Browse files
committed
[CI] Remove the redundant step "Build and compile assets"
1 parent 5faac33 commit f308868

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,5 @@ jobs:
4646
- name: "Install dependencies"
4747
run: composer install --ansi --no-interaction --no-progress
4848

49-
- name: "Build and compile assets"
50-
run: |
51-
php bin/console importmap:install
52-
php bin/console sass:build
53-
php bin/console asset-map:compile
54-
5549
- name: "Run tests"
5650
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)