Skip to content

Commit a688642

Browse files
authored
Update _test.yml
1 parent e7bafc9 commit a688642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: "From which folder this pipeline executes"
1111

1212
env:
13-
POETRY_VERSION: "1.7.1"
13+
POETRY_VERSION: "1.8.2"
1414

1515
jobs:
1616
build:
@@ -58,4 +58,4 @@ jobs:
5858
5959
# grep will exit non-zero if the target message isn't found,
6060
# and `set -e` above will cause the step to fail.
61-
echo "$STATUS" | grep 'nothing to commit, working tree clean'
61+
echo "$STATUS" | grep 'nothing to commit, working tree clean'

0 commit comments

Comments
 (0)