Compare commits

..

2 Commits

Author SHA1 Message Date
Jessica G
264ad8451d
Merge 1de2eb77f42e4915147e9e2cf220f0af00383f05 into 06413631029de32cd9af15b6b7f6ed77743cbd79 2024-11-21 22:42:36 +00:00
Jessica Wagantall
1de2eb77f4
CI: Migrate slow test suit from Travis CI
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2024-11-21 14:42:27 -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' || matrix.shell == 'bash'
if: matrix.shell == 'zsh' || matrix.shell == 'ksh'
# 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 }}