diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 1eeb890f..61af3a65 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -13,8 +13,6 @@ runs: with: path: | node_modules - .nx - .angular ~/.cache/Cypress # needed for the Cypress binary key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }} - name: Npm install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31af88f5..27cfb70e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,6 @@ jobs: .nx .angular key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }} -# - run: npm nx affected -t e2e-ci --parallel=1 -# - run: npm nx affected -t deploy --no-agents run-e2e-test: runs-on: ubuntu-latest name: Try run e2e test @@ -62,4 +60,4 @@ jobs: - run: git branch --track main origin/master - run: npm run typeorm migration:run - run: npm run seed:run - - run: npx nx affected -t e2e-ci --parallel=1 + - run: npx nx affected -t e2e --parallel=1