Skip to content

debug: refactor workflow #1

debug: refactor workflow

debug: refactor workflow #1

Workflow file for this run

name: Build Keploy Binary
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build binary
run: go build -tags=viper_bind_struct -o kTestBuild
- name: Upload Keploy Binary as Artifact
uses: actions/upload-artifact@v2
with:
name: keploy-binary
path: kTestBuild
- name: sleep
run: sleep 10
test:
needs: build
uses: ./.github/workflows/test_stage.yml

Check failure on line 26 in .github/workflows/build_stage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_stage.yml

Invalid workflow file

You have an error in your yaml syntax on line 26