mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
* add missing tests * fix naming and nvm test * fix containers test and bring pwsh test back * remove pwsh test * small fix
11 lines
339 B
Bash
11 lines
339 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: pollinate.sh
|
|
## Desc: Installs Pollinate
|
|
################################################################################
|
|
|
|
# Install Pollinate
|
|
apt-get install -y --no-install-recommends pollinate
|
|
|
|
invoke_tests "Tools" "Pollinate"
|