This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
fix: 修复 IPv6 单栈服务器上传结果失败的问题 #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |