Skip to content

Commit ba77165

Browse files
committed
better names
1 parent fa0ae3f commit ba77165

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: build
22

33
on:
44
push:
@@ -10,8 +10,8 @@ on:
1010
jobs:
1111

1212

13-
build:
14-
name: build-${{ matrix.os }}
13+
test:
14+
name: test (runner.os)
1515

1616
runs-on: ${{ matrix.os }}
1717
strategy:
@@ -42,7 +42,8 @@ jobs:
4242

4343

4444
publish:
45-
needs: [build]
45+
needs: [test]
46+
name: publish snapshot
4647

4748
runs-on: ubuntu-latest
4849

@@ -60,7 +61,7 @@ jobs:
6061
restore-keys: |
6162
${{ runner.os }}-gradle-
6263
63-
- name: publish snapshot
64+
- name: publish snapshot to ojo
6465
env:
6566
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
6667
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}

0 commit comments

Comments
 (0)