Skip to content

Commit

Permalink
Add input is not a tty error issue comment for CLI tests with Github …
Browse files Browse the repository at this point in the history
…Workflows
  • Loading branch information
mondeja committed Nov 24, 2020
1 parent c5027e6 commit f450cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_md2po/test_md2po_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


if os.environ.get("GITHUB_WORKFLOW"):
# https://github.com/actions/runner/issues/241
pytest.skip("CLI tests don't work in Github workflows",
allow_module_level=True)

Expand Down
1 change: 1 addition & 0 deletions test/test_mdpo2html/test_mdpo2html_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@


if os.environ.get("GITHUB_WORKFLOW"):
# https://github.com/actions/runner/issues/241
pytest.skip("CLI tests don't work in Github workflows",
allow_module_level=True)

Expand Down
1 change: 1 addition & 0 deletions test/test_po2md/test_po2md_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@


if os.environ.get("GITHUB_WORKFLOW"):
# https://github.com/actions/runner/issues/241
pytest.skip("CLI tests don't work in Github workflows",
allow_module_level=True)

Expand Down

0 comments on commit f450cc7

Please sign in to comment.