Skip to content

Commit

Permalink
Bygg Java-applikasjonen
Browse files Browse the repository at this point in the history
  • Loading branch information
turesheim authored Aug 30, 2021
1 parent 16204ed commit 8daf9f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Java JDK
uses: actions/[email protected]
with:
java-version: 11

- name: Build image
run: ./mvnw install

- name: Log in to GitHub Container Registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 8daf9f9

Please sign in to comment.