Update GitHub Actions

This commit is contained in:
Zhong Lufan
2023-01-29 22:45:28 +08:00
parent a97f956b3e
commit d91db2258f
2 changed files with 8 additions and 4 deletions

View File

@@ -2,12 +2,14 @@ name: Bats test
on:
push:
paths:
- AliyunOpenApiSDK.sh
- test/test.bats.sh
- '.github/workflows/*.yml'
- '*.sh'
- 'test/*.sh'
pull_request:
paths:
- AliyunOpenApiSDK.sh
- test/test.bats.sh
- '.github/workflows/*.yml'
- '*.sh'
- 'test/*.sh'
jobs:
test-on-alpine: