test
Some checks failed
ci / build (push) Failing after 20s

This commit is contained in:
miwr 2025-04-14 11:00:43 +02:00
parent 2610ec5a8d
commit 6b2171883f

View file

@ -36,11 +36,11 @@ jobs:
driver-opts: network=host driver-opts: network=host
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Maven # - name: Set up Maven
uses: actions/setup-java@v3 # uses: actions/setup-java@v3
with: # with:
distribution: 'adoptopenjdk' # distribution: 'adoptopenjdk'
java-version: '11' # java-version: '11'
- name: Update version - name: Update version
run: | run: |
chmod +x update-version.sh chmod +x update-version.sh