Update Github CI actions

This commit is contained in:
Jay Townsend 2019-09-03 22:32:29 +01:00
parent 67cb4521e0
commit 8a2cd189b8
2 changed files with 13 additions and 2 deletions

11
.github/workflows/dockerci.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: theHarvester Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag theHarvester:$(date +%s)

View file

@ -1,4 +1,4 @@
name: TheHarvester
name: TheHarvester Python CI
on:
push:
@ -9,7 +9,7 @@ on:
branches:
- '*'
jobs:
test:
Python_Test:
runs-on: ubuntu-latest
strategy: