From 9b9869e5a24da962c0a4fa626b02eb0f1fbd34c6 Mon Sep 17 00:00:00 2001 From: juju4 Date: Sat, 23 Sep 2023 14:13:25 +0000 Subject: [PATCH] ci(default-kitchen): try manual inspec install --- .github/workflows/default-kitchen.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/default-kitchen.yml b/.github/workflows/default-kitchen.yml index 134bc1a..a5b809a 100644 --- a/.github/workflows/default-kitchen.yml +++ b/.github/workflows/default-kitchen.yml @@ -133,6 +133,7 @@ jobs: sudo gem install bcrypt_pbkdf rbnacl-libsodium sudo -H ssh-keygen -t ed25519 -f /root/.ssh/id_rsa -P "" sudo ls -lA /root/.ssh/ + curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec cd $GITHUB_WORKSPACE/juju4.misp && sudo kitchen diagnose --all # https://github.com/actionshub/test-kitchen - name: Install Chef