mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
* Add Pester tests * Fix incorrect merging * Remove swift test from installing script * Minor fix * Remove Haskell tests from commons tests * Fix selenium test * Fix SVN test * Fix pipx tests * Debug * Fix pipx packages test * Skip pipx for 16.04
12 lines
345 B
Bash
12 lines
345 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: sphinx.sh
|
|
## Desc: Installs Sphinx
|
|
################################################################################
|
|
|
|
source $HELPER_SCRIPTS/invoke-tests.sh
|
|
|
|
# Install Sphinx
|
|
apt-get install -y sphinxsearch
|
|
|
|
invoke_tests "Tools" "Sphinx" |