Skip to content

Merge pull request #44 from erichcarson/add_support_for_portMappings #62

Merge pull request #44 from erichcarson/add_support_for_portMappings

Merge pull request #44 from erichcarson/add_support_for_portMappings #62

Workflow file for this run

name: 'Test'
on: push
jobs:
test:
name: 'Test'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: 'Install'
run: make install
- name: 'Test'
run: make test