Skip to content

Commit 2e71d5b

Browse files
committed
minor #1610 [CI] Remove the redundant step "Build and compile assets" (rosier)
This PR was merged into the main branch. Discussion ---------- [CI] Remove the redundant step "Build and compile assets" The step "Install dependencies" with `comoser install` also runs the commands `importmap:install` and `sass:build`. Also I think the tests should be able to run without `asset-map:compile`. Commits ------- f308868 [CI] Remove the redundant step "Build and compile assets"
2 parents eb84d4b + f308868 commit 2e71d5b

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)