From a97f956b3e5785bcf217f38cf68fd9a0b45835e2 Mon Sep 17 00:00:00 2001 From: Zhong Lufan Date: Sun, 29 Jan 2023 22:38:50 +0800 Subject: [PATCH] Fix GitHub Actions --- .github/workflows/bats-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bats-test.yml b/.github/workflows/bats-test.yml index 4762070..585d735 100644 --- a/.github/workflows/bats-test.yml +++ b/.github/workflows/bats-test.yml @@ -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 }}