Skip to content

Commit 0518a25

Browse files
committed
Removed desktop and web app types from tests
1 parent 1004508 commit 0518a25

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
working-directory: /opt/countly
297297
run: |
298298
sed -i 's/port: 3001,/port: 3001, workers: 1,/' /opt/countly/api/config.js
299-
cp "./plugins/plugins.default.json" "/opt/countly/plugins/plugins.json"
299+
cp "./plugins/plugins.mobile-only.json" "/opt/countly/plugins/plugins.json"
300300
npm install
301301
sudo countly task dist-all
302302
bash bin/backup/import_events.sh

plugins/plugins.mobile-only.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
"mobile",
3+
"plugins",
4+
"density",
5+
"locale",
6+
"browser",
7+
"sources",
8+
"views",
9+
"logger",
10+
"systemlogs",
11+
"errorlogs",
12+
"populator",
13+
"reports",
14+
"crashes",
15+
"push",
16+
"star-rating",
17+
"slipping-away-users",
18+
"compare",
19+
"server-stats",
20+
"dbviewer",
21+
"times-of-day",
22+
"compliance-hub",
23+
"alerts",
24+
"onboarding",
25+
"consolidate",
26+
"remote-config",
27+
"hooks",
28+
"dashboards",
29+
"sdk",
30+
"data-manager",
31+
"guides"
32+
]

0 commit comments

Comments
 (0)