mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 23:11:04 +08:00
[test] try to auto test Windows and MacOS
This commit is contained in:
3
.github/workflows/auto-test.yml
vendored
3
.github/workflows/auto-test.yml
vendored
@@ -11,10 +11,11 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, ubuntu-latest]
|
||||
node-version: [14.x, 15.x, 16.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
|
Reference in New Issue
Block a user