Skip to content

Commit

Permalink
#23 - github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Klizzy committed Feb 8, 2023
1 parent 0e6382e commit e8dbfc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
- name: Checkout MMM-Vrr
uses: actions/checkout@v3
with:
path: modules
path: modules/MMM-Vrr
- name: Install dependencies and run tests
run: |
ls -la &&
ls -la modules &&
ls -la modules/MMM-Vrr &&
Xvfb :99 -screen 0 1024x768x16 &
export DISPLAY=:99
npm run install-mm:dev
Expand Down

0 comments on commit e8dbfc2

Please sign in to comment.