Skip to content

fix: workflow

fix: workflow #19

Workflow file for this run

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