Skip to content

Commit

Permalink
Update keploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Jan 25, 2024
1 parent a3ca0db commit dec1079
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/keploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: e2e Tests
name: sample-tests
on:
push:
branches:
- main
pull_request:
types: [opened, reopened]
jobs:
e2e-test:
runs-on: ubuntu-latest
steps:
- name: Test-Report
uses: alphasians/test-reportql@main
uses: keploy/testgtp@main
with:
working-directory: "./gin-mongo"
working-directory: ./gin-mongo
delay: 20
keploy-path: ./
command: go run .

0 comments on commit dec1079

Please sign in to comment.