We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a532f7 commit 3be4732Copy full SHA for 3be4732
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
test_command: >
54
TESTS=$(python -c 'import sys; from geonode import settings; print(" ".join([a + ".tests"
55
for a in settings.GEONODE_APPS if "security" not in a and "geoserver" not in a and "upload" not in a]))') &&
56
- ./tests/test.sh $TESTS --duration=30 --failfast
+ ./tests/test.sh $TESTS geonode.thumbs.tests geonode.people.tests geonode.people.socialaccount.providers.geonode_openid_connect.tests --duration=30 --failfast
57
58
security:
59
uses: ./.github/workflows/run-test-suite.yml
0 commit comments