mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-26 08:59:20 +08:00
Update auto-test.yml
This commit is contained in:
5
.github/workflows/auto-test.yml
vendored
5
.github/workflows/auto-test.yml
vendored
@@ -21,14 +21,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- env:
|
|
||||||
HEADLESS_TEST: 1
|
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
env:
|
||||||
|
HEADLESS_TEST: 1
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
Reference in New Issue
Block a user