summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-09-07 11:38:39 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2019-09-07 11:38:39 +0200
commit731dd4063d1d5e21122ce49ad2c7b42f545ad1ec (patch)
treeb868154f8070a508cb77485283c0dd0279fe4b4b
parentad6f285ce351802e7814e47043ea9664c764a2a4 (diff)
Add ansi2html
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 94c0415..a60d566 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
- uses: actions/checkout@v1
- name: Install musl tools
run: sudo apt-get install musl-tools
+ - name: Install ansi2html for tests
+ run: pip3 install ansi2html
- name: Setup target
run: rustup target add ${{ matrix.build.target }}
- name: Test
@@ -61,6 +63,8 @@ jobs:
with:
rust-version: stable
- uses: actions/checkout@v1
+ - name: Install ansi2html for tests
+ run: pip3 install ansi2html
- name: Test
run: cargo test --no-default-features --features iterm2,remote_resources
- name: Format sample