Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 40s
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 40s
This commit is contained in:
@@ -215,7 +215,7 @@ jobs:
|
||||
sed -n '/## Latest Run/{n;p;n;p}' "${HOME_FILE}"
|
||||
|
||||
# Capture tous les Previous Runs existants
|
||||
sed -n '/## Previous Runs/,$p' "${HOME_FILE}" | tail -n +2 | grep -v "^#" | grep -v "No previous runs"
|
||||
sed -n '/## Previous Runs/,$p' "${HOME_FILE}" | tail -n +2 | grep -v "^#"
|
||||
fi
|
||||
} > "${TEMP_CONTENT}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user