Skip to content

Commit ab1e46a

Browse files
authored
build: update nx version (#587)
1 parent ac5efbe commit ab1e46a

File tree

19 files changed

+277
-730
lines changed

19 files changed

+277
-730
lines changed

.github/workflows/integration-test-plugins.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
pr-e2e-test:
1414
uses: ./.github/workflows/e2e-test.yml
1515

16-
pr-plugin-integration-test:
17-
uses: ./.github/workflows/integration-test-plugins.yml
18-
1916
check-commit-lint:
2017
name: Check commit message follows guidelines
2118
runs-on: ubuntu-latest

.github/workflows/publishment.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
1414
uses: ./.github/workflows/e2e-test.yml
1515

16-
integration-test:
17-
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
18-
uses: ./.github/workflows/integration-test-plugins.yml
19-
2016
backwards-compatibility-test:
2117
uses: ./.github/workflows/backwards-compatibility-test.yml
2218

docs/README_contributors.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- [Option B), the traditional one](#option-b-the-traditional-one)
1010
- [Making a Contribution](#making-a-contribution)
1111
- [E2E test](#e2e-test)
12-
- [Integration test](#integration-test)
1312
- [Continuous Inspection (SonarQube)](#continuous-inspection-sonarqube)
1413
- [When are my changes going to be public?](#when-are-my-changes-going-to-be-public)
1514

@@ -108,11 +107,7 @@ On VsCode, create a [_JavaScript Debug Terminal_](https://code.visualstudio.com/
108107

109108
## E2E test
110109

111-
We at this project have E2E tests. They are handy to test production-like scenarios and to have confidence in your changes. We run e2e test for both supported workspaces, Nx and Angular.
112-
113-
## Integration test
114-
115-
We have integration test. They are going to test your changes with a wide options of library generators to ensure your changes are not affecting a particular generator.
110+
We at this project have E2E tests. They are handy to test production-like scenarios and to have confidence in your changes.
116111

117112
## Continuous Inspection (SonarQube)
118113

e2e/ngx-deploy-npm-e2e/integration/angular.spec.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

e2e/ngx-deploy-npm-e2e/integration/nest.spec.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

e2e/ngx-deploy-npm-e2e/integration/next.spec.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

e2e/ngx-deploy-npm-e2e/integration/node.spec.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

e2e/ngx-deploy-npm-e2e/integration/nx-js.spec.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

e2e/ngx-deploy-npm-e2e/integration/nx-plugin.spec.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)