Skip to content

Commit 839f35b

Browse files
committed
fix ci
1 parent 8f005ef commit 839f35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)