We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f47e0 commit dc1828cCopy full SHA for dc1828c
.github/workflows/pr-windows-script-replacer-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- old-version: v3.23.1
16
version: v3.23.11
17
18
- version: 3-edge
+ version: v3.23.10
19
20
steps:
21
- name: Checkout code
@@ -58,5 +58,8 @@ jobs:
58
- name: Verify new situation
59
shell: powershell
60
run: |
61
- Get-Command lando
+ Get-Command lando | Select-Object -ExpandProperty Source
62
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