Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Oct 15, 2024
1 parent dd786f4 commit fd6e3e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
send_notification:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'

- name: Checkout repository
uses: actions/checkout@v3

- name: Run your tests or actions
run: |
# 这里执行一些任务并生成结果文件
Expand Down

0 comments on commit fd6e3e9

Please sign in to comment.