Skip to content

Commit

Permalink
Revert exec -> build
Browse files Browse the repository at this point in the history
Exec requires GUI launching, which can be a pain with Actions. Let's ignore this for now.
  • Loading branch information
MJVL authored Dec 18, 2020
1 parent 722661b commit 5d51a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Exec
run: mvn compile exec:java
- name: Build
run: mvn -B package --file pom.xml
- name: Package
run: mvn package

0 comments on commit 5d51a5a

Please sign in to comment.