Skip to content

Commit

Permalink
Exclude build of modules not necessary for running TCK (#1326)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Nov 30, 2022
1 parent 501f8e4 commit 2b6aeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: build with maven
run: mvn -B -pl 'core,extension-jaxrs,testsuite/data,testsuite/tck' install -DskipTests
run: mvn -B -pl '!testsuite/extra,!tools,!tools/gradle-plugin,!tools/maven-plugin,!ui,!ui/open-api-ui,!ui/open-api-ui-forms' install -DskipTests

- name: execute specific tck
if: ${{ matrix.default-properties == false }}
Expand Down

0 comments on commit 2b6aeb9

Please sign in to comment.