Skip to content

Adds subscribers to Am data collection when they are created. #18

Adds subscribers to Am data collection when they are created.

Adds subscribers to Am data collection when they are created. #18

# SPDX-FileCopyrightText: 2023 Open Networking Foundation <[email protected]>
# SPDX-License-Identifier: Apache-2.0
name: Unit tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-test-webconsole:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: Run unit tests for webconsole
run: |
make test