Skip to content

Commit 72253cc

Browse files
committed
fix ci
1 parent 8f005ef commit 72253cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ jobs:
15531553
- name: Baseline is correct
15541554
run: |
15551555
cd semver
1556-
EXPECTED="$(echo -e " Checking ref_slice v1.2.1 -> v1.2.1 (no change)")"
1556+
EXPECTED="$(echo -e " Checking ref_slice v1.2.1 -> v1.2.1 (minimum patch change)")"
15571557
# Strip ANSI escapes for colors and bold text before comparing.
15581558
RESULT="$(grep ' -> v1.' output | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g")"
15591559
diff <(echo "$RESULT") <(echo "$EXPECTED")
@@ -1653,7 +1653,7 @@ jobs:
16531653
- name: Baseline is correct
16541654
run: |
16551655
cd semver
1656-
$EXPECTED = " Checking ref_slice v1.2.1 -> v1.2.1 (no change)"
1656+
$EXPECTED = " Checking ref_slice v1.2.1 -> v1.2.1 (minimum patch change)"
16571657
# Strip ANSI escapes for colors and bold text before comparing.
16581658
cat output | grep ' -> v1.' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | Out-File -FilePath check_line
16591659
cat check_line

0 commit comments

Comments
 (0)