File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
3535 composer install --no-progress --no-interaction
3636 '
3737
38- # - name: Install assets
39- # run: docker compose run --rm --interactive=false frontend -c '
40- # yarn install &&
41- # yarn build
42- # '
43-
44- # - name: Create database
45- # run: docker compose exec --no-TTY phpnginx bash -c '
46- # bin/console --env=test doctrine:database:drop --force --if-exists &&
47- # bin/console --env=test doctrine:database:create
48- # '
49-
50- # - name: Yarn check
51- # run: docker compose exec --no-TTY frontend bin/frontendCheck.sh
38+ - name: Install assets symfony
39+ run: docker compose run --rm --interactive=false frontend -c '
40+ yarn install &&
41+ yarn build
42+ '
43+
44+ - name: Install assets svelte UI
45+ run: docker compose run --rm --interactive=false frontend -c '
46+ cd svelteUi &&
47+ yarn install &&
48+ yarn build &&
49+ yarn run lint &&
50+ yarn run check
51+ '
5252
5353 - name: ECS
5454 run: docker compose exec --no-TTY phpnginx bin/ecs.sh
You can’t perform that action at this time.
0 commit comments