This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
fix: 更换 cdn-cgi/trace,修复纯海外 ipv6 判断不准的情况 #9
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 |