Skip to content

Commit 295bba0

Browse files
authored
Update e2e.yml
1 parent edcb8ff commit 295bba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
clang_version: [13, 14, 15, 16, 17, 18, 19, 20]
25+
clang_version: [16, 17, 18, 19, 20]
2626

27-
name: Clang ${{ matrix.clang_version }}
27+
name: Test clang ${{ matrix.clang_version }}
2828
steps:
2929
- name: Checkout workflow repo
3030
uses: actions/checkout@v4
@@ -59,8 +59,8 @@ jobs:
5959
]
6060
EOF
6161
62-
- name: Install and run cpp-linter clang-format hook
62+
- name: Install and run cpp-linter-hooks
6363
run: |
6464
cd test-repo
6565
pre-commit install
66-
pre-commit run --all-files
66+
pre-commit run --all-files --show-diff-on-failure --verbose

0 commit comments

Comments
 (0)