Actions: test something

This commit is contained in:
Miepee 2022-02-04 15:02:11 +01:00 committed by Riesi
parent 5524ae1a67
commit a688e7c2a6
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ jobs:
errArr+=("$f is only one line!")
fi
done
if [[ ${#errArr[@]} != 0 ]] ; then echo "this should get hit" ; fi
- name: Post results
run: |
if [[ ${#errArr[@]} != 0 ]] ; then