Skip to content

Commit ae149ea

Browse files
🪲 [Fix]: Version of Invoke-Pester to v3, was custom branch (#6)
## Description This pull request includes a small change to the `action.yml` file. The change reverts the `Invoke-Pester` module to use version `v3` instead of the `fixCOntainerEval` version. * [`action.yml`](diffhunk://#diff-1243c5424efaaa19bd8e813c5e6f6da46316e63761421b3e5f5c8ced9a36e6b6L59-R59): Reverted the `Invoke-Pester` module to use version `v3` instead of `fixCOntainerEval`. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [x] 🪲 [Fix] - [ ] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 2d71ec8 commit ae149ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ runs:
5656
Script: ${{ github.action_path }}/scripts/main.ps1
5757

5858
- name: Invoke-Pester
59-
# uses: PSModule/Invoke-Pester@v3
60-
uses: PSModule/Invoke-Pester@fixCOntainerEval
59+
uses: PSModule/Invoke-Pester@v3
6160
id: test
6261
env:
6362
Settings: ${{ fromJson(steps.paths.outputs.result).Settings }}

0 commit comments

Comments
 (0)