From 5a488fab23c9341f4bd1af225fb8649adf8b7688 Mon Sep 17 00:00:00 2001 From: James Brundage <+@noreply.github.com> Date: Fri, 4 Oct 2024 23:38:16 -0700 Subject: [PATCH] fix: PSJekyll tests ( Fixes #54 ) Installing bundle --- PSJekyll.tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSJekyll.tests.ps1 b/PSJekyll.tests.ps1 index c65fc53..017bffe 100644 --- a/PSJekyll.tests.ps1 +++ b/PSJekyll.tests.ps1 @@ -5,7 +5,7 @@ describe PSJekyll { "::group::Installing FFMpeg" | Out-Host sudo apt update | Out-Host sudo apt install ruby-full -y | Out-Host - sudo gem install jekyll | Out-Host + sudo gem install bundle jekyll | Out-Host "::endgroup::" | Out-Host } }