]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use simpler test names
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Mar 2021 13:10:44 +0000 (13:10 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Mar 2021 13:10:44 +0000 (13:10 +0000)
.github/workflows/ci.yml

index 9cc77d4ba915193083ccc68d90a93dd355677a03..2d66e7dab08651c3824d483100975edc750c6da4 100644 (file)
@@ -64,7 +64,10 @@ jobs:
 
     env: ${{ matrix.env }}
 
-    name: "${{ matrix.env.NAME }} ${{ toJson(matrix.env) }}"
+    # Test names are used in the branch protection rules in GitHub
+    # If you change the names here, or add additional matrix entries, you
+    # must also amend the branch protection fules.
+    name: "${{ matrix.env.NAME }}"
 
     steps: