Skip to content

Commit 6f1914d

Browse files
committed
PR Testing: Clean up test titles
The test titles use the full matrix value which isn't terribly helpful. Shortening it to just use the CMake version number instead of the URL and hash, which is what we are trying to test.
1 parent dc756e5 commit 6f1914d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ on:
1010

1111
jobs:
1212
smoke_test:
13-
name: Smoke Test
13+
name: Smoke Test ( CMake ${{ matrix.cmake.version }} )
1414
runs-on: ubuntu-latest
1515
container: swift:6.1-bookworm
1616
strategy:
1717
matrix:
1818
cmake:
19-
- url: "https://github.com/Kitware/CMake/releases/download/v3.22.6/cmake-3.22.6-linux-x86_64.tar.gz"
19+
- version: v3.22.6
20+
url: "https://github.com/Kitware/CMake/releases/download/v3.22.6/cmake-3.22.6-linux-x86_64.tar.gz"
2021
hash: 09e1b34026c406c5bf4d1b053eadb3a8519cb360e37547ebf4b70ab766d94fbc
21-
- url: "https://github.com/Kitware/CMake/releases/download/v3.26.6/cmake-3.26.6-linux-x86_64.tar.gz"
22+
- version: v3.26.6
23+
url: "https://github.com/Kitware/CMake/releases/download/v3.26.6/cmake-3.26.6-linux-x86_64.tar.gz"
2224
hash: 2dd48ccd3e3d872ee4cc916f3f4e24812612421007e895f82bf9fc7e49831d62
23-
- url: "https://github.com/Kitware/CMake/releases/download/v3.30.8/cmake-3.30.8-linux-x86_64.tar.gz"
25+
- version: v3.30.8
26+
url: "https://github.com/Kitware/CMake/releases/download/v3.30.8/cmake-3.30.8-linux-x86_64.tar.gz"
2427
hash: adc81f2944e6f86b44e86acea3abea1651ed7890206933484b8b74ac1280314f
2528
steps:
2629
- name: Clone Repo

0 commit comments

Comments
 (0)