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

Commit

Permalink
feat: runt test cases when PR is raised
Browse files Browse the repository at this point in the history
  • Loading branch information
SurabhiAngadi committed Feb 7, 2024
1 parent 4f1983a commit 09a6111
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
with:
fetch-depth: 0

- name: Clone obsrv core repository
uses: actions/checkout@v3
with:
repository: Sanketika-Obsrv/obsrv-core
path: obsrv-connectors/obsrv-core
ref: fix-kafka-connector-issue
# - name: Clone obsrv core repository
# uses: actions/checkout@v3
# with:
# repository: Sanketika-Obsrv/obsrv-core
# path: obsrv-connectors/obsrv-core
# ref: fix-kafka-connector-issue

- name: Build obsrv core repository
run: |
cd obsrv-connectors/obsrv-core
mvn clean install -DskipTests
# - name: Build obsrv core repository
# run: |
# cd obsrv-connectors/obsrv-core
# mvn clean install -DskipTests

- name: Run test case when raised a PR
run: |
Expand Down

0 comments on commit 09a6111

Please sign in to comment.