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 <[email protected]>
  • Loading branch information
SurabhiAngadi committed Jan 18, 2024
1 parent acab160 commit a5dded4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
with:
fetch-depth: 0

- name: Clone obsrv core repository
uses: actions/checkout@v3
with:
repository: Sanketika-Obsrv/obsrv-core
path: config-service/obsrv-core
ref: ${{ github.ref_name }}

- name: Run test case when raised a PR
run: |
cd ./jdbc-connector
Expand Down

0 comments on commit a5dded4

Please sign in to comment.