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 24, 2024
1 parent 3427efe commit c69a08a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test-for-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test for sh-dev
on:
workflow_dispatch:
push:
branches:
- main
- sh-dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: "i-abc/GB5"
ref: "sh-dev"
- name: Test
run: |
bash gb5-test.sh

0 comments on commit c69a08a

Please sign in to comment.