Skip to content

Commit 5d1b445

Browse files
committed
ci(pqc): execute snapshot and release tests using monorepo reactor root
1 parent da6b640 commit 5d1b445

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pqc-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
# 7. Run Snapshot PQC Tests (EXPECT PASS)
5656
- name: Run Snapshot PQC Connectivity Tests (Expect PASS)
5757
run: |
58-
cd google-cloud-java-pqc/sdk-platform-java/pqc-test/pqc-test-snapshot
59-
mvn install -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip -Dtest=RunPqcTest
58+
cd google-cloud-java-pqc
59+
mvn install -pl sdk-platform-java/pqc-test/pqc-test-snapshot -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip -Dtest=RunPqcTest
6060
6161
# 8. Run Release PQC Tests (Expect PASS because tests assert negative behavior and pass)
6262
- name: Run Release PQC Connectivity Tests
6363
run: |
64-
cd google-cloud-java-pqc/sdk-platform-java/pqc-test/pqc-test-release
65-
mvn install -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip -Dtest=RunPqcTest
64+
cd google-cloud-java-pqc
65+
mvn install -pl sdk-platform-java/pqc-test/pqc-test-release -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip -Dtest=RunPqcTest

0 commit comments

Comments
 (0)