File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253
253
254
254
regression_test :
255
255
needs : [build_amd64_release, build_arm64_release]
256
- runs-on : ubuntu-latest
256
+ runs-on : ubuntu-22.04
257
257
permissions :
258
258
contents : read
259
259
id-token : write
@@ -276,7 +276,7 @@ jobs:
276
276
name : Install terraform jq
277
277
run : |
278
278
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
280
280
wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | \
281
281
sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg > /dev/null
282
282
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] \
@@ -289,6 +289,7 @@ jobs:
289
289
run : |
290
290
cd ${{ github.workspace }}/AWS/tf-provider/
291
291
ssh-keygen -t rsa -b 4096 -C "[email protected] " -f ./zfw_rsa -q -N ""
292
+ cat ./zfw_rsa
292
293
export TF_VAR_ssh_public_key=`cat ./zfw_rsa.pub`
293
294
./test_cases.sh run
294
295
shell : bash
You can’t perform that action at this time.
0 commit comments