Skip to content

Commit 3be4732

Browse files
authored
Added missing apps from Main Tests (#13682)
1 parent 3a532f7 commit 3be4732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
test_command: >
5454
TESTS=$(python -c 'import sys; from geonode import settings; print(" ".join([a + ".tests"
5555
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
56+
./tests/test.sh $TESTS geonode.thumbs.tests geonode.people.tests geonode.people.socialaccount.providers.geonode_openid_connect.tests --duration=30 --failfast
5757
5858
security:
5959
uses: ./.github/workflows/run-test-suite.yml

0 commit comments

Comments
 (0)