diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index 284a84f..1f4fd08 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -43,10 +43,12 @@ jobs: path: obsrv-connectors/obsrv-core ref: 1.0.2-GA-Bugfixes + - name: Build obsrv core repository + run: | + cd obsrv-connectors/obsrv-core + mvn clean install -DskipTests + - name: Run test case when raised a PR run: | - pwd - ls - which obsrv-core -# cd ./jdbc-connector -# mvn clean install \ No newline at end of file + cd ./jdbc-connector + mvn clean install \ No newline at end of file