Skip to content

Commit

Permalink
Try adding build job to action
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Aug 26, 2020
1 parent 762dd59 commit b2c5e63
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ jobs:

- name: Run PMD
run: ./gradlew pmd

build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run release build
run: ./gradlew packageRelease

0 comments on commit b2c5e63

Please sign in to comment.