Introduce `filed-test`
parent
2569058459
commit
6837b8a8a5
|
@ -24,3 +24,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
sh_checker_comment: true
|
sh_checker_comment: true
|
||||||
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
|
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
|
||||||
|
filed-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run the filed-test
|
||||||
|
run: |
|
||||||
|
bash install-release.sh
|
||||||
|
|
Loading…
Reference in New Issue