mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
ci: run node.js lint on Windows
This commit is contained in:
9
.github/workflows/node-tests.yml
vendored
9
.github/workflows/node-tests.yml
vendored
@@ -60,17 +60,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
if: runner.os != 'Windows'
|
|
||||||
working-directory: node
|
working-directory: node
|
||||||
run: npm run test
|
run: npm run test
|
||||||
env:
|
env:
|
||||||
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
|
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
|
||||||
NODE_OPTIONS: "--force-node-api-uncaught-exceptions-policy=true"
|
NODE_OPTIONS: "--force-node-api-uncaught-exceptions-policy=true"
|
||||||
- name: Run tests on Windows, except lint
|
|
||||||
timeout-minutes: 10
|
|
||||||
if: runner.os == 'Windows'
|
|
||||||
working-directory: node
|
|
||||||
run: npm run test:mocha
|
|
||||||
env:
|
|
||||||
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
|
|
||||||
NODE_OPTIONS: "--force-node-api-uncaught-exceptions-policy=true"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user