File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- #! /usr/ bin/env bash
1+ #! /bin/bash
22
33for _aliapi_command in openssl curl; do
44 if ! command -v $_aliapi_command & > /dev/null; then
You can’t perform that action at this time.
0 commit comments