Skip to content

Commit 983e425

Browse files
committed
GitHub action validations added
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent cde0e5a commit 983e425

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
cache: maven
5858
- name: Checkstyle
5959
run: etc/scripts/checkstyle.sh
60-
- name: Upload copyright info
60+
- name: Upload checkstyle info
6161
uses: actions/upload-artifact@v4
6262
with:
6363
name: checkstyle_results
6464
path: target/checkstyle/checkstyle-result.xml
6565
retention-days: 5
66-
docs:
66+
apidocs:
6767
timeout-minutes: 30
6868
runs-on: ubuntu-latest
6969
steps:
@@ -75,7 +75,7 @@ jobs:
7575
java-version: ${{ env.JAVA_VERSION }}
7676
cache: maven
7777
- name: Docs
78-
run: etc/scripts/docs.sh
78+
run: etc/scripts/apidocs.sh
7979
archetypes:
8080
timeout-minutes: 45
8181
strategy:

etc/scripts/apidocs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
mvn -U -V -B clean install -Ppre-release -pl :apidocs -am -DskipTests

etc/scripts/docs.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)