diff --git a/.github/workflows/frontend.deploy.chromatic.yml b/.github/workflows/frontend.deploy.chromatic.yml index ce2ef533fb..280083383d 100644 --- a/.github/workflows/frontend.deploy.chromatic.yml +++ b/.github/workflows/frontend.deploy.chromatic.yml @@ -17,4 +17,5 @@ jobs: fetch-depth: 0 - name: Frontend | Build - run: npm install && npm run chromatic -- --exit-zero-on-changes \ No newline at end of file + run: npm install && npm run chromatic -- --exit-zero-on-changes + working-directory: ${{env.WORKING_DIRECTORY}} \ No newline at end of file diff --git a/.github/workflows/frontend.test.build.code.yml b/.github/workflows/frontend.test.build.code.yml index 08df676d2a..8a0814f957 100644 --- a/.github/workflows/frontend.test.build.code.yml +++ b/.github/workflows/frontend.test.build.code.yml @@ -33,4 +33,5 @@ jobs: uses: actions/checkout@v4 - name: Frontend | Build - run: npm install && npm run build \ No newline at end of file + run: npm install && npm run build + working-directory: ${{env.WORKING_DIRECTORY}} \ No newline at end of file diff --git a/.github/workflows/frontend.test.build.docs.yml b/.github/workflows/frontend.test.build.docs.yml index c37a8bf8f0..ffa08d6f7a 100644 --- a/.github/workflows/frontend.test.build.docs.yml +++ b/.github/workflows/frontend.test.build.docs.yml @@ -33,4 +33,5 @@ jobs: uses: actions/checkout@v4 - name: Frontend | Build Docs - run: npm install && npm run docs:build \ No newline at end of file + run: npm install && npm run docs:build + working-directory: ${{env.WORKING_DIRECTORY}} \ No newline at end of file diff --git a/.github/workflows/frontend.test.build.storybook.yml b/.github/workflows/frontend.test.build.storybook.yml index f96f38a4d2..d154d94c7a 100644 --- a/.github/workflows/frontend.test.build.storybook.yml +++ b/.github/workflows/frontend.test.build.storybook.yml @@ -33,4 +33,5 @@ jobs: uses: actions/checkout@v4 - name: Frontend | Build Storybook - run: npm install && npm run storybook:build \ No newline at end of file + run: npm install && npm run storybook:build + working-directory: ${{env.WORKING_DIRECTORY}} \ No newline at end of file diff --git a/.github/workflows/frontend.test.lint.code.yml b/.github/workflows/frontend.test.lint.code.yml index 11799ae8c9..7035da8aa1 100644 --- a/.github/workflows/frontend.test.lint.code.yml +++ b/.github/workflows/frontend.test.lint.code.yml @@ -33,4 +33,5 @@ jobs: uses: actions/checkout@v4 - name: Frontend | Lint - run: npm install && npm run test:lint \ No newline at end of file + run: npm install && npm run test:lint + working-directory: ${{env.WORKING_DIRECTORY}} \ No newline at end of file diff --git a/.github/workflows/frontend.test.unit.code.yml b/.github/workflows/frontend.test.unit.code.yml index 171f10cbb3..115615e23a 100644 --- a/.github/workflows/frontend.test.unit.code.yml +++ b/.github/workflows/frontend.test.unit.code.yml @@ -33,4 +33,5 @@ jobs: uses: actions/checkout@v4 - name: Frontend | Unit - run: npm install && npm run test:unit \ No newline at end of file + run: npm install && npm run test:unit + working-directory: ${{env.WORKING_DIRECTORY}} \ No newline at end of file diff --git a/deployment/configurations/stage.ocelot.social b/deployment/configurations/stage.ocelot.social index fdc2e52fa4..a930f11d8f 160000 --- a/deployment/configurations/stage.ocelot.social +++ b/deployment/configurations/stage.ocelot.social @@ -1 +1 @@ -Subproject commit fdc2e52fa444b300e1c4736600bc0e9ae3314222 +Subproject commit a930f11d8f2d0c11136ff0bf9188aaab9cabc5d1