summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-02 20:58:09 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-02 22:21:07 +0200
commit33b5db97e75f4ab2a2052d27ca96ee2b325dbcfa (patch)
tree047a849bd55582b25128ff11285f8fe2caf0773b
parenta8186f88782720894ff371f10859894679eff47d (diff)
downloadqutebrowser-33b5db97e75f4ab2a2052d27ca96ee2b325dbcfa.tar.gz
qutebrowser-33b5db97e75f4ab2a2052d27ca96ee2b325dbcfa.zip
ci: Add --tty for docker
Enables colored output
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5dfa2ee32..8a2a98c4e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
QUTE_BDD_WEBENGINE: "${{ matrix.image != 'archlinux-webkit' }}"
DOCKER: "${{ matrix.image }}"
CI: true
- options: --privileged
+ options: --privileged --tty
steps:
- uses: actions/checkout@v2
- run: tox -e py38