Skip to content

Commit

Permalink
ci: Use generic workflow for test
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Aug 25, 2023
1 parent be79db4 commit 59db7d9
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions .github/workflows/pr.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,6 @@ on:

jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
cache: gradle

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: Run unit tests
uses: gradle/gradle-build-action@v2
with:
arguments: build
env:
GITHUB_VERSION: pr${{ github.event.pull_request.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Artifact output
uses: actions/upload-artifact@v3
with:
name: multiverse-core-pr${{ github.event.pull_request.number }}
path: build/libs/multiverse-core-pr${{ github.event.pull_request.number }}.jar
uses: Multiverse/Multiverse-Core/.github/workflows/generic.test.yml@main
with:
plugin_name: multiverse-portals

0 comments on commit 59db7d9

Please sign in to comment.