Skip to content

Commit 19c4b2d

Browse files
committed
tests(path): Rename jobs
1 parent 1b2a92a commit 19c4b2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-path.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
default_path:
11-
name: "Keeping the default path"
11+
name: "Default path"
1212
runs-on: ubuntu-latest
1313
defaults:
1414
run:
@@ -30,7 +30,7 @@ jobs:
3030
[[ -f ~/jython/jython.jar ]] || exit 1
3131
3232
custom_path:
33-
name: "Using a custom path"
33+
name: "Custom path"
3434
runs-on: ubuntu-latest
3535
defaults:
3636
run:

0 commit comments

Comments
 (0)