Skip to content

JSON schema export #1941

JSON schema export

JSON schema export #1941

Workflow file for this run

name: test-all
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-all:
name: Test All
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.22.2"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
path: src/github.com/${{ github.repository }}
fetch-depth: 0
- name: Run Tests
run: |
set -e -x
export GOPATH=$(pwd)
cd src/github.com/${{ github.repository }}
./hack/build.sh
./hack/test-all.sh
./hack/build-binaries.sh