Skip to content

feat: postgres parser workflows #1

feat: postgres parser workflows

feat: postgres parser workflows #1

name: FastHttp-Postgres On Docker
on: [pull_request]
jobs:
fasthttp_postgres_docker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run build script
run: |
source ./.github/workflows/test_workflow_scripts/update-docker.sh
- name: Build binary
run: |
go build -tags=viper_bind_struct -o keployv2
- name: Checkout the samples-go repository
uses: actions/checkout@v2
with:
repository: keploy/samples-go
path: samples-go
- name: Run fasthttp-postgres application
run: |
cd samples-go/fasthttp-postgres
source ./../../.github/workflows/test_workflow_scripts/golang-fasthttp-postgres-docker.sh