Skip to content

Commit

Permalink
#23 - added MMM-VRR module installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Klizzy committed Feb 8, 2023
1 parent 7f97708 commit f0d9d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: actions/checkout@v3
with:
path: modules
run: npm install
- name: Install dependencies and run tests
run: |
cd modules/MMM-Vrr && npm install && cd ../../
Xvfb :99 -screen 0 1024x768x16 &
export DISPLAY=:99
npm run install-mm:dev
Expand Down

0 comments on commit f0d9d87

Please sign in to comment.