Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update #241: clone obsrv-core repo for dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: SurabhiAngadi <surabhia@sanketika.in>
  • Loading branch information
SurabhiAngadi committed Jan 18, 2024
1 parent 7db3a45 commit 2c56ae9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
cd ./jdbc-connector
mvn clean install

0 comments on commit 2c56ae9

Please sign in to comment.