Update github actions
This commit is contained in:
parent
91b1928ca7
commit
7f740aa58a
|
@ -1,10 +1,13 @@
|
||||||
name: Bats test
|
name: Bats test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- AliyunOpenApiSDK.sh
|
||||||
|
- test.bats.sh
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'AliyunOpenApiSDK.sh'
|
- AliyunOpenApiSDK.sh
|
||||||
- 'test.bats.sh'
|
- test.bats.sh
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue