Skip to content

API-13718 agent-api: add chats in get_customer response v3.6 #343

API-13718 agent-api: add chats in get_customer response v3.6

API-13718 agent-api: add chats in get_customer response v3.6 #343

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
- 'v3.[0-9]+'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Checkout code
uses: actions/checkout@v2
- name: Run Unit Tests
run: go test -v ./...