7
0
mirror of https://github.com/marado/RNID.git synced 2024-09-19 16:35:24 +00:00
rnid/scripts/manual.sh
Marcos Marado 59bfec6222 Teste à insa passou a ser manual
Feito a partir do github está a devolver um 403.
2024-04-23 12:04:01 +01:00

12 lines
315 B
Bash
Executable File

#!/bin/bash
## This script should only run the scripts that test things that cannot be
## automatically tested by Github Actions due to network restrictions.
if [ -e scripts/manual.sh ]; then
./scripts/48-insa.sh
./scripts/52-covid.sh
else
echo "Estás a correr isto a partir da directoria certa?"
fi