Skip to content

Commit a565b39

Browse files
authored
fix: workflow (#97)
* Signed-off-by: Animesh Patha <[email protected]> * Update keploy.yml * Update keploy.yml * Update keploy.yml * Signed-off-by: Animesh <[email protected]>
1 parent dc94741 commit a565b39

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/keploy.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ on:
44
branches:
55
- main
66
pull_request:
7-
types: [opened, reopened]
7+
types: [opened, reopened, synchronize]
88
jobs:
99
e2e-test:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v2
1214
- name: Test-Report
13-
uses: keploy/testgtp@main
15+
uses: keploy/testgpt@main
1416
with:
15-
working-directory: ./gin-mongo
16-
delay: 20
17+
working-directory: echo-sql
1718
keploy-path: ./
18-
command: go run .
19+
command: go run main.go handler.go

0 commit comments

Comments
 (0)