Skip to content

Commit c13d0e1

Browse files
committed
update e2e.yml
1 parent b712d82 commit c13d0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
clang_version: [16, 17, 18, 19, 20, 21]
1515
clang_style: [LLVM, Google, Chromium, Mozilla, WebKit]
1616

17-
name: Test clang ${{ matrix.clang_version }}
17+
name: Test clang ${{ matrix.clang_version }} with style ${{ matrix.clang_style }}
1818
steps:
1919
- name: Checkout workflow repo
2020
uses: actions/checkout@v4
@@ -42,4 +42,4 @@ jobs:
4242
EOF
4343
4444
pre-commit install
45-
pre-commit run -v --all-files
45+
pre-commit run -v --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)