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 ee87bfb commit cc3c99e
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,13 @@ jobs:
ls -la &&
cd ../../ &&
ls -la
# - name: Install dependencies and run tests
# run: |
# cd modules/MMM-Vrr && npm install &&
# cd ls -la &&
# cd ../../ &&
# ls -la ../../
# Xvfb :99 -screen 0 1024x768x16 &
# export DISPLAY=:99
# npm run install-mm:dev
# touch css/custom.css
# npm run test:prettier
# npm run test:js
# npm run test:css
# npm run test
- name: Install dependencies and run tests
run: |
Xvfb :99 -screen 0 1024x768x16 &
export DISPLAY=:99
npm run install-mm:dev
touch css/custom.css
npm run test:prettier
npm run test:js
npm run test:css
npm run test

0 comments on commit cc3c99e

Please sign in to comment.