Skip to content

Commit 642e08b

Browse files
authored
Change description (#2)
1 parent fd47b51 commit 642e08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
if: contains(github.event.head_commit.message, '[skip ci]') == false
13-
name: Build And Install
13+
name: Build
1414
runs-on: ubuntu-latest
1515
outputs:
1616
version: ${{ steps.set-version.outputs.version }}
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: |
3838
${{ runner.os }}-gradle-
3939
40-
- name: Build
40+
- name: Assemble & Check
4141
run: ./gradlew assemble check
4242

4343
- name: Upload reports

0 commit comments

Comments
 (0)