Skip to content

Commit

Permalink
fix: workflow (#97)
Browse files Browse the repository at this point in the history
* Signed-off-by: Animesh Patha <[email protected]>

* Update keploy.yml

* Update keploy.yml

* Update keploy.yml

* Signed-off-by: Animesh <[email protected]>
  • Loading branch information
Sonichigo authored Feb 1, 2024
1 parent dc94741 commit a565b39
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/keploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ on:
branches:
- main
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
jobs:
e2e-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test-Report
uses: keploy/testgtp@main
uses: keploy/testgpt@main
with:
working-directory: ./gin-mongo
delay: 20
working-directory: echo-sql
keploy-path: ./
command: go run .
command: go run main.go handler.go

0 comments on commit a565b39

Please sign in to comment.