Skip to content

debug: working

debug: working #3

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 for 10 seconds
run: sleep 10
test:
needs: build
uses: ./.github/workflows/test_stage.yml
check_status:
needs: test
runs-on: ubuntu-latest
steps:
- name: Get Test Status
run: echo "Test script status code: ${{ needs.test.outputs.test_status }}"

Check failure on line 34 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 34