Skip to content

Added reflection check for rl passed in incase it's passed as a point… #29

Added reflection check for rl passed in incase it's passed as a point…

Added reflection check for rl passed in incase it's passed as a point… #29

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 ./...