Skip to content

Commit dc1828c

Browse files
committed
add failing powershell replacer tests part 7
1 parent 77f47e0 commit dc1828c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pr-windows-script-replacer-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- old-version: v3.23.1
1616
version: v3.23.11
1717
- old-version: v3.23.1
18-
version: 3-edge
18+
version: v3.23.10
1919

2020
steps:
2121
- name: Checkout code
@@ -58,5 +58,8 @@ jobs:
5858
- name: Verify new situation
5959
shell: powershell
6060
run: |
61-
Get-Command lando
61+
Get-Command lando | Select-Object -ExpandProperty Source
6262
lando version
63+
64+
Get-Command lando | Select-Object -ExpandProperty Source | Select-String -Pattern "$env:USERPROFILE\.lando\bin\lando.exe" -SimpleMatch
65+
lando version | Select-String -Pattern "${{ matrix.version }}"

0 commit comments

Comments
 (0)