Skip to content

Commit

Permalink
Still working on nicer naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Feb 15, 2024
1 parent b9c6312 commit e8d99d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run tests: lucene (all modules)"
name: "Run checks: all modules"

on:
workflow_dispatch:
Expand All @@ -23,7 +23,7 @@ jobs:

# This runs all validation checks without tests.
checks:
name: gradle check -x test (JDK ${{ matrix.java }} on ${{ matrix.os }})
name: checks without tests (JDK ${{ matrix.java }} on ${{ matrix.os }})
timeout-minutes: 15

strategy:
Expand All @@ -43,7 +43,7 @@ jobs:

# This runs all tests without any other validation checks.
tests:
name: gradle test (JDK ${{ matrix.java }} on ${{ matrix.os }})
name: tests (JDK ${{ matrix.java }} on ${{ matrix.os }})
timeout-minutes: 30

strategy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-checks-mod-analysis-common.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run tests: module lucene/analysis/common (extra regression tests)"
name: "Run checks: module lucene/analysis/common"

on:
workflow_dispatch:
Expand All @@ -24,6 +24,7 @@ env:

jobs:
test:
name: Extra regression tests
timeout-minutes: 15

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-mod-distribution.tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run tests: module lucene/distribution.tests"
name: "Run checks: module lucene/distribution.tests"

on:
workflow_dispatch:
Expand Down

0 comments on commit e8d99d0

Please sign in to comment.