working directory for workflows

This commit is contained in:
Ulf Gebhardt 2024-02-08 11:39:57 +01:00
parent 7ee8c021de
commit e6002ab59f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
7 changed files with 13 additions and 7 deletions

View File

@ -18,3 +18,4 @@ jobs:
- name: Frontend | Build
run: npm install && npm run chromatic -- --exit-zero-on-changes
working-directory: ${{env.WORKING_DIRECTORY}}

View File

@ -34,3 +34,4 @@ jobs:
- name: Frontend | Build
run: npm install && npm run build
working-directory: ${{env.WORKING_DIRECTORY}}

View File

@ -34,3 +34,4 @@ jobs:
- name: Frontend | Build Docs
run: npm install && npm run docs:build
working-directory: ${{env.WORKING_DIRECTORY}}

View File

@ -34,3 +34,4 @@ jobs:
- name: Frontend | Build Storybook
run: npm install && npm run storybook:build
working-directory: ${{env.WORKING_DIRECTORY}}

View File

@ -34,3 +34,4 @@ jobs:
- name: Frontend | Lint
run: npm install && npm run test:lint
working-directory: ${{env.WORKING_DIRECTORY}}

View File

@ -34,3 +34,4 @@ jobs:
- name: Frontend | Unit
run: npm install && npm run test:unit
working-directory: ${{env.WORKING_DIRECTORY}}

@ -1 +1 @@
Subproject commit fdc2e52fa444b300e1c4736600bc0e9ae3314222
Subproject commit a930f11d8f2d0c11136ff0bf9188aaab9cabc5d1