Move CI to GitHub Actions (#5431)

Replaces Travis CI with GitHub Actions
This commit is contained in:
Jeremy Stretch
2020-12-08 14:55:06 -05:00
committed by GitHub
parent e7f64334c0
commit cc5c000a6d
5 changed files with 54 additions and 83 deletions

View File

@@ -7,8 +7,8 @@ ALLOWED_HOSTS = ['*']
DATABASE = {
'NAME': 'netbox',
'USER': '',
'PASSWORD': '',
'USER': 'netbox',
'PASSWORD': 'netbox',
'HOST': 'localhost',
'PORT': '',
'CONN_MAX_AGE': 300,