File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments