Skip to content

Commit 1ebbc4a

Browse files
committed
improve busted version tests part 4
1 parent 261fd4e commit 1ebbc4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Replace Lando with setup-script
6262
shell: powershell
63-
run: .\setup-lando.ps1 -Version=${{ matrix.version }} -NoSetup
63+
run: .\setup-lando.ps1 -Version ${{ matrix.version }} -NoSetup
6464
- name: Verify new situation
6565
shell: powershell
6666
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
$env:LANDO_VERSION = "v3.22.0"
5050
.\setup-lando.ps1 -NoSetup -Debug
5151
} else {
52-
.\setup-lando.ps1 -Version=${{ matrix.version }} -NoSetup -Debug
52+
.\setup-lando.ps1 -Version ${{ matrix.version }} -NoSetup -Debug
5353
}
5454
5555
lando version

0 commit comments

Comments
 (0)