remove build since our docker does the build now

This commit is contained in:
Anthony Stirling 2025-07-17 12:45:53 +01:00
parent cba59a77ab
commit 7bfb135ba3
2 changed files with 4 additions and 12 deletions

View File

@ -185,18 +185,6 @@ jobs:
ref: ${{ needs.check-pr.outputs.pr_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: "17"
distribution: "temurin"
- name: Build backend
run: |
export DISABLE_ADDITIONAL_FEATURES=true
./gradlew clean build
env:
STIRLING_PDF_DESKTOP_UI: false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

View File

@ -2,6 +2,10 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Docker Setup
For Docker deployment and configuration, see the [Docker README](../docker/README.md).
## Available Scripts
In the project directory, you can run: