Skip to content

Commit

Permalink
test: upgrade pester to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Jun 27, 2024
1 parent 39af6f9 commit 2aaed6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ Build with the usual

docker build -t maven .

Tests are written using [bats](https://github.com/sstephenson/bats) for Linux images and [pester](https://github.com/pester/Pester) for Windows images
(requires Pester 4.x) under the `tests` dir.
Tests are written using [bats](https://github.com/sstephenson/bats) for Linux images and [pester](https://github.com/pester/Pester) for Windows images under the `tests` dir.

Use the env var TAG to choose what image to run tests against.

Expand Down Expand Up @@ -328,7 +327,7 @@ git submodule init
git submodule update
```

Pester comes with most modern Windows (Windows 10 and Windows Server 2019), but is an older version than required. You may need to follow [this tutorial](https://blog.damianflynn.com/Windows10-Pester/) on upgrading Pester to 4.x.
Pester comes with most modern Windows (Windows 10 and Windows Server 2019), but is an older version than required.


## Adding New Images
Expand Down
2 changes: 1 addition & 1 deletion github-action.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Install-Module -Name Pester -Force -RequiredVersion 5.0.4
Install-Module -Name Pester -Force -RequiredVersion 5.6.0
Write-Host "Starting"
$dir = $args[0]
$username = $args[1]
Expand Down

0 comments on commit 2aaed6c

Please sign in to comment.