Skip to content

[BUG] Fix issue where string bodies were not parsed or compared correctly #73

[BUG] Fix issue where string bodies were not parsed or compared correctly

[BUG] Fix issue where string bodies were not parsed or compared correctly #73

Workflow file for this run

name: Build & Test API Runner
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go Env
uses: actions/setup-go@v4
with:
go-version: "^1.22.0"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Go test
run: go test
- name: Build apirunner binary
run: make -C cmd/apirunner build
- name: GoReleaser Check
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: check