Skip to content

Commit

Permalink
Add collaboratest to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sunetfreitag committed Jan 15, 2025
1 parent 06cfce7 commit 9276f54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nextcloud-docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ logintest:
python test_tests.py; \
python test_login_selenium.py

.PHONY: collaboratest
collaboratest:
. ./.env; \
cd ..; \
python test_tests.py; \
python test_collabora_selenium.py

# Global for all targets
# export NextcloudTestTarget=localhost
export NextcloudTestTarget=localhost
Expand Down

0 comments on commit 9276f54

Please sign in to comment.