diff --git a/.github/workflows/check-nx-boot-gradle.yml b/.github/workflows/check-nx-boot-gradle.yml index 06b68374f..cef32ece0 100644 --- a/.github/workflows/check-nx-boot-gradle.yml +++ b/.github/workflows/check-nx-boot-gradle.yml @@ -36,7 +36,7 @@ jobs: run: npm run build nx-boot-gradle - name: E2E tests - run: npm run nx run-many -- --target=e2e --projects=nx-boot-gradle-e2e,nx-boot-gradle-kt-e2e --parallel=1 + run: npm run nx run-many -- --target=e2e --projects=nx-boot-gradle-e2e,nx-boot-gradle-kt-e2e env: NX_VERBOSE_LOGGING: 'true' GITHUB_ACTIONS: 'true'