Skip to content

Commit ca9c64a

Browse files
committed
More concise job names
1 parent f51c78e commit ca9c64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222

2323
build_and_test_debug_profile:
24-
name: Build and test on Ubuntu using fpm under the debug profile
24+
name: Build and test in debug mode
2525
runs-on: ubuntu-latest
2626

2727
steps:
@@ -43,7 +43,7 @@ jobs:
4343
run: fpm test --profile debug
4444

4545
build_and_test_release_profile:
46-
name: Build and test on Ubuntu using fpm under the release profile
46+
name: Build and test in release mode
4747
runs-on: ubuntu-latest
4848

4949
steps:

0 commit comments

Comments
 (0)