Skip to content

Commit

Permalink
Fixes #168 - Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 24, 2024
1 parent d6a7920 commit 200e048
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
java-version: 21
- name: Build WAR
run: |
npx playwright install --with-deps
mvn --no-transfer-progress -B install
mvn -B -DskipITs=true -DskipTests=true --ntp install
- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 200e048

Please sign in to comment.