Skip to content

Added customer tag to endpoints #23

Added customer tag to endpoints

Added customer tag to endpoints #23

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: "Tests"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
env:
appid: ${{ secrets.APPID }}
appkey: ${{ secrets.APPKEY }}
testTenant: ${{ secrets.TESTTENANT }}
run: go test -v ./...