Skip to content

Commit eb62984

Browse files
fix FOCUS nexline
Signed-off-by: Nikita Korolev <[email protected]>
1 parent e7d4e92 commit eb62984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-reusable-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ jobs:
10781078
cp -a legacy/testdata /tmp/testdata
10791079
10801080
set +e
1081-
FOCUS="VirtualMachineConfiguration" \
1081+
FOCUS="VirtualMachineConfiguration"
10821082
if [ -n $FOCUS ]; then
10831083
go tool ginkgo \
10841084
--focus="$FOCUS" \

0 commit comments

Comments
 (0)