Skip to content

Commit

Permalink
Update unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junyk authored Jun 30, 2021
1 parent cf0720d commit 6163086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit Tests

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Test with nosetests
run: |
nosetests -w janis_assistant --with-coverage --cover-package=janis_assistant
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v1

0 comments on commit 6163086

Please sign in to comment.