Skip to content

Improved SNMP Test

Improved SNMP Test #39

Workflow file for this run

name: SNMP Manager Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Docker Compose Action
uses: isbang/compose-action@v1.5.1
with:
compose-file: "./docker-compose.yml"
services: |
netmon-snmp-polling-service-snmpd-test
- name: Test SNMP Details
run: dotnet test Tests/Netmon.SNMPPolling.IntegrationTests