Skip to content

Commit

Permalink
ci: enable parallel again [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed May 16, 2023
1 parent d7f8f67 commit 2524b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-nx-boot-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 2524b1a

Please sign in to comment.