mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-18 00:57:55 +00:00
Enable globstar in plugin backend-tests template (#7414)
* fix: re-apply retries: 0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Enable globstar in backend-tests template for recursive test discovery Without shopt -s globstar, bash ** doesn't recurse into subdirectories, causing mocha to miss test files in paths like specs/api/exportHTML.ts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c048d0afd2
commit
0a76256075
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ jobs:
|
|||
name: Run the backend tests
|
||||
working-directory: ./etherpad-lite/src
|
||||
run: |
|
||||
shopt -s globstar
|
||||
res=$(find ./plugin_packages -path "*/static/tests/backend/specs/*" 2>/dev/null | wc -l)
|
||||
if [ $res -eq 0 ]; then
|
||||
echo "No backend tests found"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue