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
@ -17,4 +17,5 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- 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}}
|
||||
@ -33,4 +33,5 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Frontend | Build
|
||||
run: npm install && npm run build
|
||||
run: npm install && npm run build
|
||||
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||
@ -33,4 +33,5 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Frontend | Build Docs
|
||||
run: npm install && npm run docs:build
|
||||
run: npm install && npm run docs:build
|
||||
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||
@ -33,4 +33,5 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Frontend | Build Storybook
|
||||
run: npm install && npm run storybook:build
|
||||
run: npm install && npm run storybook:build
|
||||
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||
@ -33,4 +33,5 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Frontend | Lint
|
||||
run: npm install && npm run test:lint
|
||||
run: npm install && npm run test:lint
|
||||
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||
@ -33,4 +33,5 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- 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