We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26978a commit d925c88Copy full SHA for d925c88
PSJekyll.tests.ps1
@@ -2,7 +2,7 @@ describe PSJekyll {
2
beforeAll {
3
$jekyllInPath = $ExecutionContext.SessionState.InvokeCommand.GetCommand('jekyll', 'Application')
4
if (-not $jekyllInPath -and $env:GITHUB_WORKFLOW) {
5
- "::group::Installing FFMpeg" | Out-Host
+ "::group::Installing prerequites" | Out-Host
6
sudo apt update | Out-Host
7
sudo apt install ruby-full bundler -y | Out-Host
8
sudo gem install jekyll | Out-Host
@@ -50,7 +50,7 @@ describe PSJekyll {
50
$aPageOutput.OuterXml | Should -Match "$([DateTime]::now.ToString('yyyy-MM-dd'))"
51
}
52
Pop-Location
53
- Get-Job | Stop-PSJekyll
+ Get-Job | Stop-Job
54
Get-Job | Remove-Job
55
Remove-Item -Recurse -Force $siteName
56
0 commit comments