Skip to content

Commit 66c1f25

Browse files
committed
build: fix pqc test
1 parent 80661d7 commit 66c1f25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pqc-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
cd google-http-java-client
4141
mvn clean install -DskipTests=true -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip
4242
43-
# 5. Build and Install sdk-platform-java core libraries first (excluding circular pqc-test)
43+
# 5. Build and Install sdk-platform-java core libraries first (using monorepo root reactor to resolve siblings)
4444
- name: Build and Install sdk-platform-java Core
4545
run: |
46-
cd google-cloud-java-pqc/sdk-platform-java
47-
mvn clean install -pl '!pqc-test' -T 1.5C -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip -DskipTests=true
46+
cd google-cloud-java-pqc
47+
mvn clean install -pl :gax,:gax-grpc,:gax-httpjson -am -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip -DskipTests=true
4848
4949
# 6. Build and Install snapshot bigquery, java-translate, and pqc-test targets (specifying actual sub-modules)
5050
- name: Build and Install Client Snapshot Libraries and Test Modules

0 commit comments

Comments
 (0)