Skip to content

Commit a321f66

Browse files
js lint (#3)
* js lint
1 parent 9c165d9 commit a321f66

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/tests.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)