mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-16 11:14:38 -05:00
Update auto-test.yml
This commit is contained in:
parent
73068763c0
commit
f0670dde20
5
.github/workflows/auto-test.yml
vendored
5
.github/workflows/auto-test.yml
vendored
@ -21,14 +21,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- env:
|
||||
HEADLESS_TEST: 1
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
env:
|
||||
HEADLESS_TEST: 1
|
||||
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user