Skip to content

Commit 5835790

Browse files
author
Dennis Labordus
committed
Removed Integration Test, because of security issues. And also build native with normal builds.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent f9a44b8 commit 5835790

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release-project.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ jobs:
2424
shell: bash
2525
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
2626
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
27-
- name: Install graalvm
28-
uses: DeLaGuardo/setup-[email protected]
27+
- name: Set up JDK 1.11
28+
uses: actions/setup-[email protected]
2929
with:
30-
graalvm: '21.2.0'
31-
java: 'java11'
32-
- name: Install native-image
33-
run: gu install native-image
30+
distribution: 'zulu'
31+
java-version: '11'
3432
- name: Create custom Maven Settings.xml
3533
uses: whelk-io/maven-settings-xml-action@v20
3634
with:

0 commit comments

Comments
 (0)