Skip to content

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

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

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

Workflow file for this run

name: Golang On Docker
on: [pull_request]
jobs:
golang_docker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build docker image
run: |
docker image build -t ghcr.io/keploy/keploy:v2-dev .
- 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 gin-mongo application
run: |
cd samples-go/gin-mongo
source ./../../.github/workflows/test_workflow_scripts/golang-docker.sh