parent
2610ec5a8d
commit
6b2171883f
1 changed files with 5 additions and 5 deletions
|
@ -36,11 +36,11 @@ jobs:
|
|||
driver-opts: network=host
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Maven
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adoptopenjdk'
|
||||
java-version: '11'
|
||||
# - name: Set up Maven
|
||||
# uses: actions/setup-java@v3
|
||||
# with:
|
||||
# distribution: 'adoptopenjdk'
|
||||
# java-version: '11'
|
||||
- name: Update version
|
||||
run: |
|
||||
chmod +x update-version.sh
|
||||
|
|
Loading…
Reference in a new issue