mirror of https://github.com/amol-/dukpy.git
Run CI also on pull requests
This commit is contained in:
parent
f94878303e
commit
a1d6995b1a
|
@ -1,5 +1,5 @@
|
|||
name: run-tests
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Run tests
|
||||
|
@ -27,4 +27,4 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
pip install 'coveralls'
|
||||
coveralls --service=github
|
||||
coveralls --service=github
|
||||
|
|
Loading…
Reference in New Issue