Skip to content

Commit f633b56

Browse files
committed
rework replacer tests part 2
1 parent b3b451a commit f633b56

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
include:
1515
- old-version: v3.23.1
16-
os: mac
16+
os: macos
1717
arch: arm64
1818
runner: macos-14
1919
version: v3.23.11
@@ -29,11 +29,10 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Add tempbin to PATH
32-
run: echo "PATH=/tmp/bin:$PATH" >> $GITHUB_ENV
32+
run: echo "PATH=$HOME/.lando/bin:/tmp/bin:$PATH" >> $GITHUB_ENV
3333
- name: Get older Lando version ${{ matrix.old-version }}
3434
shell: bash
3535
run: |
36-
env
3736
mkdir -p /tmp/bin ~/.lando/bin
3837
curl \
3938
--fail \
@@ -52,7 +51,7 @@ jobs:
5251
- name: Verify older situation
5352
shell: bash
5453
run: |
55-
which lando | "$HOME/.lando/bin/lando"
54+
which lando | grep "$HOME/.lando/bin/lando"
5655
readlink -f $(which lando) | grep /tmp/bin/lando
5756
5857
lando version | grep ${{ matrix.old-version }}

0 commit comments

Comments
 (0)