Skip to content

Commit

Permalink
Use reusable maven-unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Jul 31, 2024
1 parent 28808dd commit d7b80e1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,7 @@ on:
- .github/workflows/*
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: 'graalvm'
cache: 'maven'
- name: mvn test
env:
_JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
run: ./mvnw -V --no-transfer-progress test
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: target
uses: making/workflows/.github/workflows/maven-unit-test.yaml@main
build-jvm-image:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit d7b80e1

Please sign in to comment.