diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 15b7815..9515237 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -356,10 +356,11 @@ jobs: set +e for i in $(go list ./... | grep -E -v "${IGNORE_PACKAGES}" | sed -n -e 's|github.com\/parvit\/qpep\/||p') do + pushd $i if [ ! -f unit_tests.out ]; then exit 1 fi - pushd $i + cat unit_tests.out grep -E "FAIL:" unit_tests.out if [ $? -eq 0 ]; then exit 1