From 083b593eee8c37daddcfea4ef24b35b5878333e4 Mon Sep 17 00:00:00 2001 From: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:11:54 +0530 Subject: [PATCH 1/3] Update keploy.yml --- .github/workflows/keploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/keploy.yml b/.github/workflows/keploy.yml index 75a4453..650ff38 100644 --- a/.github/workflows/keploy.yml +++ b/.github/workflows/keploy.yml @@ -3,8 +3,6 @@ on: push: branches: - main - pull_request: - types: [opened, reopened, synchronize] jobs: e2e-test: runs-on: ubuntu-latest @@ -15,5 +13,5 @@ jobs: uses: keploy/testgpt@main with: working-directory: echo-sql - keploy-path: ./ + keploy-path: "./" command: go run main.go handler.go From c316b8c53f1251973a7ffc888f2c92abe8260ce0 Mon Sep 17 00:00:00 2001 From: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:13:18 +0530 Subject: [PATCH 2/3] Signed-Off: Animesh Pathak --- .github/workflows/keploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/keploy.yml b/.github/workflows/keploy.yml index 650ff38..6dff97d 100644 --- a/.github/workflows/keploy.yml +++ b/.github/workflows/keploy.yml @@ -3,6 +3,8 @@ on: push: branches: - main + pull_request: + types: [opened, reopened, synchronize] jobs: e2e-test: runs-on: ubuntu-latest From ff3bd2d16e4d31c05f5a18c91074c5129e717dd8 Mon Sep 17 00:00:00 2001 From: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:23:34 +0530 Subject: [PATCH 3/3] Delete workflow | Signed-Off: Animesh Pathak --- .github/workflows/keploy.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/keploy.yml diff --git a/.github/workflows/keploy.yml b/.github/workflows/keploy.yml deleted file mode 100644 index 6dff97d..0000000 --- a/.github/workflows/keploy.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: sample-tests -on: - push: - branches: - - main - pull_request: - types: [opened, reopened, synchronize] -jobs: - e2e-test: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Test-Report - uses: keploy/testgpt@main - with: - working-directory: echo-sql - keploy-path: "./" - command: go run main.go handler.go