Merge pull request 'updated testing' (#54) from dev-update-testing into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.jbranan.com/jblu/qbit-maid/pulls/54
This commit is contained in:
commit
d2ebddf473
@ -3,7 +3,6 @@ LICENSE
|
||||
*.log
|
||||
README.md
|
||||
requirements.txt
|
||||
test_*
|
||||
Dockerfile
|
||||
*docker-test*
|
||||
*.log
|
||||
|
31
.drone.yml
31
.drone.yml
@ -1,6 +1,5 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
@ -16,6 +15,9 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: docker-test
|
||||
image: plugins/docker
|
||||
settings:
|
||||
@ -29,4 +31,29 @@ steps:
|
||||
- dev
|
||||
when:
|
||||
branch:
|
||||
- dev*
|
||||
- dev*
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: test-main
|
||||
image: git.jbranan.com/jblu/qbit-maid:latest
|
||||
commands:
|
||||
- python test_qbitmaid.py
|
||||
- python test_dragnet.py
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: test-dev
|
||||
image: git.jbranan.com/jblu/qbit-maid:dev
|
||||
commands:
|
||||
- python test_qbitmaid.py
|
||||
- python test_dragnet.py
|
||||
when:
|
||||
branch:
|
||||
- dev*
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
Loading…
x
Reference in New Issue
Block a user