From 09a611192e561e072a930714751cf1ae7dd72563 Mon Sep 17 00:00:00 2001 From: SurabhiAngadi Date: Wed, 7 Feb 2024 13:22:32 +0530 Subject: [PATCH] feat: runt test cases when PR is raised --- .github/workflows/pull_request.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 856b6b8..168b884 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -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: |