Test: Added expect to Dockerfile and made sure pagination test worked in docker

This commit is contained in:
Olof hagsand 2022-03-14 14:17:32 +01:00
parent e0f5472161
commit 159ac0a2d7
6 changed files with 14 additions and 9 deletions

View file

@ -13,8 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install expect
run: sudo apt install -y expect
# 1) checkout and compile natively
- name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)