Skip to content

Commit 6675ae1

Browse files
committed
updated regression test details
1 parent 6858917 commit 6675ae1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
254254
regression_test:
255255
needs: [build_amd64_release, build_arm64_release]
256-
runs-on: ubuntu-latest
256+
runs-on: ubuntu-22.04
257257
permissions:
258258
contents: read
259259
id-token: write
@@ -276,7 +276,7 @@ jobs:
276276
name: Install terraform jq
277277
run: |
278278
sudo apt-get update
279-
sudo apt-get install -y gnupg software-properties-common
279+
sudo apt-get install -y jq gnupg software-properties-common
280280
wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | \
281281
sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg > /dev/null
282282
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] \
@@ -289,6 +289,7 @@ jobs:
289289
run: |
290290
cd ${{ github.workspace }}/AWS/tf-provider/
291291
ssh-keygen -t rsa -b 4096 -C "[email protected]" -f ./zfw_rsa -q -N ""
292+
cat ./zfw_rsa
292293
export TF_VAR_ssh_public_key=`cat ./zfw_rsa.pub`
293294
./test_cases.sh run
294295
shell: bash

0 commit comments

Comments
 (0)