Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build:
uses: ./.github/workflows/check.yml
uses: ./.github/workflows/check.yaml
with:
script: build
script-args: -Prelease
Expand All @@ -40,7 +40,7 @@ jobs:
matrix:
java: [ 11, 17, 21 ]
fail-fast: false
uses: ./.github/workflows/check.yml
uses: ./.github/workflows/check.yaml
with:
java-version: ${{ matrix.java }}
needs-source-tarball: true
Expand All @@ -53,7 +53,7 @@ jobs:
repro:
needs:
- build
uses: ./.github/workflows/check.yml
uses: ./.github/workflows/check.yaml
with:
needs-maven-repo: true
script: repro
Expand All @@ -70,7 +70,7 @@ jobs:
- findbugs
- rat
fail-fast: false
uses: ./.github/workflows/check.yml
uses: ./.github/workflows/check.yaml
with:
script: ${{ matrix.check }}
timeout-minutes: 30
Expand All @@ -84,7 +84,7 @@ jobs:
- server
- misc
fail-fast: false
uses: ./.github/workflows/check.yml
uses: ./.github/workflows/check.yaml
with:
script: unit
script-args: -P${{ matrix.profile }}-tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ concurrency:

jobs:
CI:
uses: ./.github/workflows/ci.yml
uses: ./.github/workflows/ci.yaml
secrets: inherit
File renamed without changes.
Loading