Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
ci: 添加针对 sh-dev 的 github action
Browse files Browse the repository at this point in the history
  • Loading branch information
i-abc committed Mar 15, 2024
1 parent f1f5c01 commit dd650e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-for-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test for sh-dev
on:
push:
branches:
- sh-dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: 'i-abc/Speedtest'
ref: 'sh-dev'
- name: Test
run: |
bash speedtest.sh <<< '18'

0 comments on commit dd650e0

Please sign in to comment.