mirror of
https://github.com/Hill-98/aliyun-openapi-bash-sdk.git
synced 2025-10-22 18:09:33 +08:00
Fix GitHub Actions
This commit is contained in:
4
.github/workflows/bats-test.yml
vendored
4
.github/workflows/bats-test.yml
vendored
@@ -15,12 +15,12 @@ jobs:
|
||||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add bash curl git openssl
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Install dependencies
|
||||
run: apk add bash curl openssl
|
||||
- name: Run test
|
||||
env:
|
||||
AliAccessKeyId: ${{ secrets.ALIACCESSKEYID }}
|
||||
|
Reference in New Issue
Block a user