Update test.yaml

This commit is contained in:
Maksim
2023-09-15 13:55:25 +02:00
committed by GitHub
parent 6c5ae7b5c1
commit 9747cb8a9f

View File

@@ -18,13 +18,14 @@ jobs:
unit-test: unit-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: recursive submodules: recursive
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v1 uses: actions/setup-java@v3
with: with:
distribution: 'zulu'
java-version: 17 java-version: 17
- name: Install System Libs - name: Install System Libs