Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen authored Dec 2, 2021
1 parent 402f5a8 commit 9c6c7d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ jobs:
shell: bash
run: sudo bash ./bin/countly.install.sh

- name: NodeJS version
shell: bash
run: nodejs --version

- name: NPM version
shell: bash
run: npm --version

- name: Mongo version
shell: bash
run: mongo --version

- name: Enable all plugins
shell: bash
run: sudo bash ./bin/scripts/countly.enable.all.plugins.sh
Expand Down

0 comments on commit 9c6c7d0

Please sign in to comment.