Skip to content

Commit

Permalink
Test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Heckel committed Sep 27, 2021
1 parent 9a562ca commit 3021e34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install test dependencies
run: sudo apt-get install tmux vim
run: |
sudo apt-get install tmux vim asciinema
wget https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz
sudo tar -C /usr/local/bin -zxvf gotty_linux_amd64.tar.gz
- name: Run tests, formatting, vetting and linting
run: make check
- name: Run and upload coverage to codecov.io
Expand Down

0 comments on commit 3021e34

Please sign in to comment.