Skip to content

Commit

Permalink
#23 - removed debug output from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Klizzy committed Feb 13, 2023
1 parent fc2553b commit f79b539
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ jobs:
path: modules/MMM-Vrr
- name: Install MMR-Vrr dependencies
run: |
ls -la &&
cd modules/MMM-Vrr && npm install &&
ls -la &&
cd ../../ &&
ls -la
cd modules/MMM-Vrr && npm install
- name: Install dependencies and run tests
run: |
Xvfb :99 -screen 0 1024x768x16 &
Expand Down

0 comments on commit f79b539

Please sign in to comment.