mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
working directory for workflows
This commit is contained in:
parent
7ee8c021de
commit
e6002ab59f
@ -18,3 +18,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Frontend | Build
|
- name: Frontend | Build
|
||||||
run: npm install && npm run chromatic -- --exit-zero-on-changes
|
run: npm install && npm run chromatic -- --exit-zero-on-changes
|
||||||
|
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||||
@ -34,3 +34,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Frontend | Build
|
- name: Frontend | Build
|
||||||
run: npm install && npm run build
|
run: npm install && npm run build
|
||||||
|
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||||
@ -34,3 +34,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Frontend | Build Docs
|
- name: Frontend | Build Docs
|
||||||
run: npm install && npm run docs:build
|
run: npm install && npm run docs:build
|
||||||
|
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||||
@ -34,3 +34,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Frontend | Build Storybook
|
- name: Frontend | Build Storybook
|
||||||
run: npm install && npm run storybook:build
|
run: npm install && npm run storybook:build
|
||||||
|
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||||
@ -34,3 +34,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Frontend | Lint
|
- name: Frontend | Lint
|
||||||
run: npm install && npm run test:lint
|
run: npm install && npm run test:lint
|
||||||
|
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||||
@ -34,3 +34,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Frontend | Unit
|
- name: Frontend | Unit
|
||||||
run: npm install && npm run test:unit
|
run: npm install && npm run test:unit
|
||||||
|
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit fdc2e52fa444b300e1c4736600bc0e9ae3314222
|
Subproject commit a930f11d8f2d0c11136ff0bf9188aaab9cabc5d1
|
||||||
Loading…
x
Reference in New Issue
Block a user