Skip to content

Commit 1b73d33

Browse files
author
TheSnoozer
committed
github actions: add a better label to the step name so it can be distingushed in the ui
1 parent c5d043a commit 1b73d33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
path: ~/.m2
4646
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
4747
restore-keys: ${{ runner.os }}-m2
48-
- name: Build with Maven
48+
- name: Build with Maven (no illegal access allowed)
4949
if: ${{ ! matrix.java_allow_illegal_access }}
5050
run: mvn clean verify javadoc:javadoc -B
51-
- name: Build with Maven
51+
- name: Build with Maven (illegal access allowed)
5252
if: ${{ matrix.java_allow_illegal_access }}
5353
run: mvn clean verify javadoc:javadoc -Pjava-allow-illegal-access -B
5454

0 commit comments

Comments
 (0)