refactor: align frontend with FSD architecture
This commit is contained in:
@@ -4,8 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- "feature/**"
|
||||
- "codex/**"
|
||||
- 'feature/**'
|
||||
- 'codex/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
@@ -16,9 +16,9 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
WEB_IMAGE: "anal-front-web"
|
||||
DEPLOY_DOMAIN: "anal.dev.nii-ecos.ru"
|
||||
DEPLOY_PATH: "/opt/anal-front"
|
||||
WEB_IMAGE: 'anal-front-web'
|
||||
DEPLOY_DOMAIN: 'anal.dev.nii-ecos.ru'
|
||||
DEPLOY_PATH: '/opt/anal-front'
|
||||
|
||||
jobs:
|
||||
quality:
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
- name: E2E
|
||||
env:
|
||||
CI: "1"
|
||||
CI: '1'
|
||||
PLAYWRIGHT_HTML_OPEN: never
|
||||
run: bun run test:e2e -- --reporter=line
|
||||
|
||||
|
||||
Reference in New Issue
Block a user