Add matrix build for ubuntu-16.04 and ubuntu-18.04 (#987)
This commit is contained in:
@@ -6,7 +6,10 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
name: Mininet-tests
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, ubuntu-16.04]
|
||||
steps:
|
||||
- name: Checking out Mininet source
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user