Skip to content

Commit

Permalink
autofixes from Etherpad checkPlugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Mar 16, 2024
1 parent c6f8011 commit 1669f16
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,10 @@ jobs:
-
name: Run the backend tests
working-directory: ./etherpad-lite
run: pnpm run test
run: |
find .. -path "./node_modules/ep_*/static/tests/backend/specs/**" -print -quit
if [ $? -eq 0 ]; then
pnpm run test
else
echo "Path not found"
fi

0 comments on commit 1669f16

Please sign in to comment.