Skip to content

Commit 6695ba0

Browse files
Update common files (#2472)
1 parent cee8c38 commit 6695ba0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/graalvm-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
java: ${{ matrix.java }}
5656
distribution: ${{ matrix.distribution }}
57+
nativeTestTask: ${{ matrix.native_test_task }}
5758
- name: Build Steps
5859
uses: micronaut-projects/github-actions/graalvm/build@master
5960
id: build

.github/workflows/graalvm-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
distribution: 'graalvm'
5858
gradle-java: '21'
5959
java: ${{ matrix.java }}
60+
nativeTestTask: ${{ matrix.native_test_task }}
6061
- name: Build Steps
6162
uses: micronaut-projects/github-actions/graalvm/build@master
6263
id: build

.github/workflows/gradle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ jobs:
119119
GH_TOKEN: ${{ secrets.GH_TOKEN }}
120120
BRANCH: gh-pages
121121
FOLDER: build/docs
122+
123+
- name: "❓ Optional cleanup step"
124+
run: |
125+
[ -f ./cleanup.sh ] && ./cleanup.sh || [ ! -f ./cleanup.sh ]

0 commit comments

Comments
 (0)