Skip to content

Adding support for pretty response (#42) #109

Adding support for pretty response (#42)

Adding support for pretty response (#42) #109

name: playground-mono-test-suite
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
- name: Install dependencies
run: go get .
- name: Build
run: make build
- name: Run Unit tests
run: make unittest
- name: Run Integration tests
run: make test