Skip to content

Commit

Permalink
udpate 测试插件workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed May 13, 2024
1 parent c892a6e commit 96aa4dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/plugin-status-bilibili.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ jobs:
java-version: '8'
distribution: 'temurin'

- name: install yt-dlp
run: |
sh sh/yt-dlp-update.sh
yt-dlp --version
- name: bilibili
run: java -jar test/test-plugin-0.1-jar-with-dependencies.jar https://space.bilibili.com/224267770
7 changes: 6 additions & 1 deletion .github/workflows/plugin-status-youtube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ jobs:
java-version: '8'
distribution: 'temurin'

- name: bilibili
- name: install yt-dlp
run: |
sh sh/yt-dlp-update.sh
yt-dlp --version
- name: youtube
run: java -jar test/test-plugin-0.1-jar-with-dependencies.jar https://www.youtube.com/@laogao

0 comments on commit 96aa4dc

Please sign in to comment.