Skip to content

Bump actions/setup-java from 5.7.0 to 6.0.0 #1501

Bump actions/setup-java from 5.7.0 to 6.0.0

Bump actions/setup-java from 5.7.0 to 6.0.0 #1501

name: Docker Testing
on:
push:
jobs:
build:
name: build and test the Docker image
runs-on: ubuntu-latest
steps:
- name: Setup
# To save time, we install not all the node dependencies but only prettydiff globally.
# Hence, when updating prettydiff in package.json this needs to be reflected here as well.
run: sudo apt-get install libsaxonhe-java && npm install -g prettydiff@101
- name: Checkout code
uses: actions/checkout@v7
- name: Build and run Docker image
run: ant docker_run
- name: Run tests
run: ant -lib /usr/share/java -Dprettydiff.cmd=`which prettydiff` test