Skip to content

Commit

Permalink
tests/ci: lets break the build
Browse files Browse the repository at this point in the history
  • Loading branch information
balta2ar committed Feb 19, 2020
1 parent bb5a422 commit ca8a9dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuildandrun.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Python Package and run the app in smoke testing setup
name: Build Python Package And Smoke Run

on: [push]

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ def run(self):
#exclude=('tests', 'firefox_extension', 'firefox_mediator')
include=(
'brotab',
'brotab.tests',
'brotab.search',
'brotab.mediator',
'brotab.albert',
#'brotab.tests',
#'brotab.search',
#'brotab.mediator',
#'brotab.albert',
),
exclude=('firefox_extension', 'firefox_mediator')
)
Expand Down

0 comments on commit ca8a9dd

Please sign in to comment.