Skip to content

Commit cf6ca7a

Browse files
committed
fix test again
1 parent e7b814e commit cf6ca7a

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

.github/workflows/bats-test.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -93,26 +93,3 @@ jobs:
9393
run: |
9494
[[ -d /tmp/${{ github.sha }} ]] && cd /tmp/${{ github.sha }}
9595
./test/bats/bin/bats test/test.bats.sh
96-
97-
test-on-ubuntu-20_04:
98-
runs-on: ubuntu-20.04
99-
steps:
100-
- name: Update package
101-
run: sudo apt update -y && sudo apt upgrade -y
102-
- name: Install dependencies
103-
run: sudo apt install -y bash curl git openssl
104-
- name: Bash version
105-
run: bash --version
106-
- name: CURL version
107-
run: curl --version
108-
- name: OpenSSL version
109-
run: openssl version
110-
- name: Check out code
111-
uses: actions/checkout@v4
112-
with:
113-
submodules: true
114-
- name: Run test
115-
env:
116-
AliAccessKeyId: ${{ secrets.ALIACCESSKEYID }}
117-
AliAccessKeySecret: ${{ secrets.ALIACCESSKEYSECRET }}
118-
run: ./test/bats/bin/bats test/test.bats.sh

AliyunOpenApiSDK.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

33
for _aliapi_command in openssl curl; do
44
if ! command -v $_aliapi_command &> /dev/null; then

0 commit comments

Comments
 (0)