Skip to content

feat: autogenerate config if it doesn't already exist at the path #1864

feat: autogenerate config if it doesn't already exist at the path

feat: autogenerate config if it doesn't already exist at the path #1864

Workflow file for this run

name: Golang On Linux
on: [pull_request]
jobs:
golang_linux:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build binary
run: |
go build -o keployv2
- name: Checkout the samples-go repository
uses: actions/checkout@v2
with:
repository: keploy/samples-go
path: samples-go
- name: Run samples-go application
run: |
cd samples-go/gin-mongo
source ./../../.github/workflows/test_workflow_scripts/golang-linux.sh