diff --git a/.github/workflows/tests_init_module.yml b/.github/workflows/tests_init_module.yml index 6edfbb41e9..c2cbf8f8e5 100644 --- a/.github/workflows/tests_init_module.yml +++ b/.github/workflows/tests_init_module.yml @@ -31,6 +31,11 @@ jobs: - name: Clone assert.sh script run: git clone https://github.com/lehmannro/assert.sh.git + - name: Install missing shells + run: | + apt install zsh ksh fish + echo "# INIT ZSH" > ~/.zshrc + - name: Prepare PROMPT variables run: | export BASH_PROMPT=$(bash -c 'source init/bash; echo "$PS1"')