Compare commits

..

2 Commits

Author SHA1 Message Date
Jessica G
3df0c0ca35
Merge 823e5295014bb98d46b300348a647800964e4854 into 06413631029de32cd9af15b6b7f6ed77743cbd79 2024-11-15 00:11:42 +00:00
Jessica Wagantall
823e529501
CI: Migrate slow test suit from Travis CI
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2024-11-14 16:11:04 -08:00

View File

@ -53,7 +53,7 @@ jobs:
packages.microsoft.com:443
- uses: actions/checkout@v4
- run: sudo apt-get update; sudo apt-get install ${{ matrix.shell }}
if: matrix.shell == 'zsh' || matrix.shell == 'ksh'
if: matrix.shell == 'zsh' || matrix.shell == 'ksh' || matrix.shell == 'bash'
# zsh (https://github.com/actions/runner-images/issues/264) and ksh are not in the ubuntu image
shell: bash
- run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }}