about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2020-01-27 23:30:32 +0100
committertoonn <toonn@toonn.io>2020-07-05 15:23:45 +0200
commitd68f37c88fc7891562d8f509f53854ebd86c56fc (patch)
tree6f1c6e17422c6029ca2291693d677dd3e5478d23
parenta0c13d60fb6e2e05667dbfb63cbb75f44477919d (diff)
downloadranger-d68f37c88fc7891562d8f509f53854ebd86c56fc.tar.gz
Document expected failure of GH Action
Github Actions don't support some of our tests, due to `ncurses`.
This Action fails intentionally so it might get fixed once we figure it
out. If we invert the failure condition to "make CI green" we might
forget about it.
-rw-r--r--.github/workflows/doctest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 272453d3..4f3f8e7b 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -1,4 +1,4 @@
-name: Python pytest, doctest and manpage-completion
+name: Python pytest, doctest and manpage-completion EXPECTED FAILURE
 
 on:
   push: