Skip to content

show error msg in webui if no smpp sessions found #16

show error msg in webui if no smpp sessions found

show error msg in webui if no smpp sessions found #16

Workflow file for this run

name: run-tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Run Golang tests
run: go test