mirror of
https://github.com/seepine/action-wechat-work.git
synced 2025-08-24 14:11:26 +08:00
添加构建依赖,添加多平台测试任务
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -3,7 +3,10 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
send-msg:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
# 纯文本类型
|
||||
- name: WeChat Work notification by text
|
||||
|
Reference in New Issue
Block a user