diff --git a/.github/workflows/database-h2-sql-generation-integration-test.yml b/.github/workflows/database-h2-sql-generation-integration-test.yml index 6e0bbeb8b1a..1a0c578da4e 100644 --- a/.github/workflows/database-h2-sql-generation-integration-test.yml +++ b/.github/workflows/database-h2-sql-generation-integration-test.yml @@ -63,7 +63,7 @@ jobs: - name: Build env: MAVEN_OPTS: -Xmx4g - run: mvn -pl legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-test-server -am clean install -DskipTests=true + run: mvn -pl legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-test-http-server -am clean install -DskipTests=true - name: SQL Generation Integration Tests env: MAVEN_OPTS: -Xmx4g @@ -71,7 +71,7 @@ jobs: set -o pipefail echo "| Test Representing Db Feature | Support Status |" >> $GITHUB_STEP_SUMMARY echo "| ---------------------------- | -------------- |" >> $GITHUB_STEP_SUMMARY - mvn -pl legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-test-server -Dtest=Test_Relational_DbSpecific_H2_UsingPureClientTestSuite test | tee >(grep -o "Tests run:[^T]*" | head -1 | tr -d '\n' >> sql_test_summary.txt) | tee >(echo "Ignored tests deviating from standard: $(grep -c deviating-from-standard)" >> sql_test_summary.txt) | tee >(grep -o "[|] [*][*].*" >> $GITHUB_STEP_SUMMARY) + mvn -pl legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-test-http-server -Dtest=Test_Relational_DbSpecific_H2_UsingPureClientTestSuite test | tee >(grep -o "Tests run:[^T]*" | head -1 | tr -d '\n' >> sql_test_summary.txt) | tee >(echo "Ignored tests deviating from standard: $(grep -c deviating-from-standard)" >> sql_test_summary.txt) | tee >(grep -o "[|] [*][*].*" >> $GITHUB_STEP_SUMMARY) - name: Write Summary if: always() run: | @@ -89,7 +89,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: test-results - path: legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-test-server/target/surefire-reports/*.xml + path: legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-test-http-server/target/surefire-reports/*.xml - name: Upload CI Event if: always() uses: actions/upload-artifact@v3