From e6002ab59f44ad1a55ca71bd07bf455503b43511 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 8 Feb 2024 11:39:57 +0100 Subject: [PATCH] working directory for workflows --- .github/workflows/frontend.deploy.chromatic.yml | 3 ++- .github/workflows/frontend.test.build.code.yml | 3 ++- .github/workflows/frontend.test.build.docs.yml | 3 ++- .github/workflows/frontend.test.build.storybook.yml | 3 ++- .github/workflows/frontend.test.lint.code.yml | 3 ++- .github/workflows/frontend.test.unit.code.yml | 3 ++- deployment/configurations/stage.ocelot.social | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/frontend.deploy.chromatic.yml b/.github/workflows/frontend.deploy.chromatic.yml index ce2ef533f..280083383 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 08df676d2..8a0814f95 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 c37a8bf8f..ffa08d6f7 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 f96f38a4d..d154d94c7 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 11799ae8c..7035da8aa 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 171f10cbb..115615e23 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 fdc2e52fa..a930f11d8 160000 --- a/deployment/configurations/stage.ocelot.social +++ b/deployment/configurations/stage.ocelot.social @@ -1 +1 @@ -Subproject commit fdc2e52fa444b300e1c4736600bc0e9ae3314222 +Subproject commit a930f11d8f2d0c11136ff0bf9188aaab9cabc5d1