Skip to content

Commit 8a7d657

Browse files
author
Mikachu2333
committed
fix and test build
1 parent 3ee6ea0 commit 8a7d657

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/PR-test.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
name: 测试PR
1414

1515
on:
16+
push:
1617
pull_request:
17-
types: [opened,
18-
synchronize, # 后续提交
19-
ready_for_review, # draft PR 转为正式 PR
20-
review_requested,
21-
reopened]
18+
types: [
19+
opened,
20+
synchronize, # 后续提交
21+
ready_for_review, # draft PR 转为正式 PR
22+
review_requested,
23+
reopened,
24+
]
2225
paths:
2326
- "src/**"
2427
- "lib/**"
@@ -58,6 +61,12 @@ jobs:
5861
run: |
5962
just
6063
64+
- name: 创建测试文件
65+
shell: powershell
66+
run: |
67+
New-Item -Path "$env:USERPROFILE\Documents\Powershell\Microsoft.PowerShell_profile.ps1" -ItemType File -Force
68+
New-Item -Path "$env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1" -ItemType File -Force
69+
6170
- name: 测试test情况
6271
run: |
6372
just test

lib/xy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* | Mikachu2333 <mikachu.23333@zohomail.com>
1010
* |
1111
* Created On : <2023-08-28>
12-
* Last Modified : <2025-08-07>
12+
* Last Modified : <2025-08-08>
1313
*
1414
* xy: 襄阳、咸阳
1515
* Corss-Platform C11 utilities for CLI applications in mixed

0 commit comments

Comments
 (0)