Skip to content

fix to array response, adjust to locale_codes param #135

fix to array response, adjust to locale_codes param

fix to array response, adjust to locale_codes param #135

Workflow file for this run

name: Run Go Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.19.6'
- name: Run Tests
run: |
npm install
npm run generate.go
cd ./clients/go/test
go test