Fixed SNMP Polling Unit test location #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |