Skip to content

Commit

Permalink
RATIS-2248. Rename CI workflows to .yaml (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Feb 11, 2025
1 parent af8482c commit bbe20b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.

0 comments on commit bbe20b3

Please sign in to comment.