mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
test github actions
This commit is contained in:
parent
8251792a0d
commit
39d7ceb017
15
.github/workflows/node-ci.js.yml
vendored
15
.github/workflows/node-ci.js.yml
vendored
@ -24,9 +24,12 @@ jobs:
|
|||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm install
|
- run: |
|
||||||
- run: npm run test:prettier
|
Xvfb :99 -screen 0 1024x768x16 &
|
||||||
- run: npm run test:js
|
export DISPLAY=:99
|
||||||
- run: npm run test:css
|
npm install
|
||||||
- run: npm run test:e2e
|
npm run test:prettier
|
||||||
- run: npm run test:unit
|
npm run test:js
|
||||||
|
npm run test:css
|
||||||
|
npm run test:e2e
|
||||||
|
npm run test:unit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user