Skip to content

Commit d044b49

Browse files
committedJan 10, 2024
Installing plugins list
1 parent c49509a commit d044b49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ jobs:
201201

202202
- name: Install plugins
203203
shell: bash
204-
run: node /opt/countly/bin/scripts/install_plugins.js
204+
run: |
205+
cp plugins/plugins.default.json /opt/countly/plugins/plugins.json
206+
node /opt/countly/bin/scripts/install_plugins.js
205207
206208
- name: Run tests
207209
shell: bash

0 commit comments

Comments
 (0)
Please sign in to comment.