Skip to content

Check for hosts in nextsubnet. Fixes #23 (#24) #62

Check for hosts in nextsubnet. Fixes #23 (#24)

Check for hosts in nextsubnet. Fixes #23 (#24) #62

Workflow file for this run

name: Django CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7] # TODO: python3 support, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Build Container Image
run: docker build --build-arg PYTHON_VERSION=${{ matrix.python-version }} -t hamwan-portal .
- name: Run Tests
run: |
docker run --rm hamwan-portal manage.py test