Skip to content

Commit

Permalink
fix: Build the Openfire docker image before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
viv committed Jan 3, 2025
1 parent b523816 commit 5af9821
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
- name: Build Openfire
working-directory: openfire
run: |
./mvnw -B clean package
# Copy the distribution artifact to where Docker expects it
cp distribution/target/distribution-*.tar.gz distribution/target/distribution.tar.gz
# Skip tests and just package
./mvnw -B -DskipTests clean package
- name: Build Docker Image
working-directory: openfire
Expand Down

0 comments on commit 5af9821

Please sign in to comment.