Skip to content

Test denoise

Test denoise #1

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 -race -tags=viper_bind_struct -o keployv2
- name: Checkout the samples-go repository
uses: actions/checkout@v2
with:
repository: Sarthak160/goapi
path: goapi
- name: Run samples-go application
run: |
cd goapi
source ./../../.github/workflows/test_workflow_scripts/golang-linux.sh