Skip to content

Commit

Permalink
Add testing seperate
Browse files Browse the repository at this point in the history
  • Loading branch information
meawoppl committed Aug 19, 2021
1 parent d46eb1c commit 01e4dfc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gradlew-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish package to GitHub Packages
on: [push]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run Tests
run: ./gradlew test

0 comments on commit 01e4dfc

Please sign in to comment.