Skip to content

Commit 329ac79

Browse files
committed
feat: test
1 parent bee352d commit 329ac79

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/chef_install_test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ jobs:
2424
2525
# Download and unpack newrelic-install cookbook
2626
wget https://supermarket.chef.io/cookbooks/newrelic-install/download -O newrelic-install.tar.gz
27-
tar -xzf newrelic-install.tar.gz -C .
28-
29-
# Access newrelic-install directory
30-
cd newrelic-install
31-
32-
ls
27+
mkdir cookbooks
28+
tar -xzf newrelic-install.tar.gz -C cookbooks/.
3329
3430
# Execute newrelic install
3531
sudo chef-client --local-mode --runlist 'recipe[newrelic-install::default]'

0 commit comments

Comments
 (0)