Skip to content

Commit

Permalink
test: skip maven wrapper in some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Dec 20, 2023
1 parent 75d0e5c commit 3674cd8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/smoke-affected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}

- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2

- name: Install dependencies
run: npm i

- run: npm run nx run-many -- --target=smoke-affected
env:
NX_MAVEN_CLI_OPTS: '--no-transfer-progress -Dmaven.plugin.validation=VERBOSE'
NX_SKIP_MAVEN_WRAPPER: 'true'
6 changes: 6 additions & 0 deletions .github/workflows/smoke-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}

- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2

- name: Install dependencies
run: npm i

- run: npm run nx run-many -- --target=smoke-next
env:
NX_MAVEN_CLI_OPTS: '--no-transfer-progress'
NX_SKIP_MAVEN_WRAPPER: 'true'

0 comments on commit 3674cd8

Please sign in to comment.