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 1669f16 commit 72ae44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: Run the backend tests
working-directory: ./etherpad-lite
run: |
find .. -path "./node_modules/ep_*/static/tests/backend/specs/**" -print -quit
find .. -path "./node_modules/ep_*/static/tests/backend/specs/**" | grep .
if [ $? -eq 0 ]; then
pnpm run test
else
Expand Down

0 comments on commit 72ae44e

Please sign in to comment.