From 0652fda7113c59368a4f11361956bdcd307961c8 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 25 Oct 2021 12:04:05 +0530 Subject: [PATCH] chore(github-action): cypress docker file path correction --- .github/workflows/ci-cd.yml | 4 ++-- packages/nc-gui/nuxt.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 73b655ee01..a9b2a67891 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -40,7 +40,7 @@ jobs: start: | npm run start:api npm run start:web - docker-compose -f ./docker-compose-cypress.yml up -d + docker-compose -f ./scripts/docker-compose-cypress.yml up -d spec: 'cypress/integration/test/masterSuiteRest.js' wait-on: 'http://localhost:8080, http://localhost:3000/_nuxt/runtime.js' wait-on-timeout: 1200 @@ -74,7 +74,7 @@ jobs: start: | npm run start:api npm run start:web - docker-compose -f ./docker-compose-cypress.yml up -d + docker-compose -f ./scripts/docker-compose-cypress.yml up -d spec: 'cypress/integration/test/masterSuiteGql.js' wait-on: 'http://localhost:8080, http://localhost:3000/_nuxt/runtime.js' wait-on-timeout: 1200 diff --git a/packages/nc-gui/nuxt.config.js b/packages/nc-gui/nuxt.config.js index 19a5a4359e..8e2fb63e5b 100644 --- a/packages/nc-gui/nuxt.config.js +++ b/packages/nc-gui/nuxt.config.js @@ -112,7 +112,7 @@ export default { ** See https://nuxtjs.org/api/configuration-build/ */ build: { - cache: true, + parallel: true, plugins: [ new MonacoEditorWebpackPlugin({ // https://github.com/Microsoft/monaco-editor-webpack-plugin#options