[AUTO] Update readme and add orbit config #8

Merged
orbit-brancher[bot] merged 6 commits from orbit-1716141383 into porting 2024-05-19 21:00:26 +02:00
3 changed files with 50 additions and 1 deletions
Showing only changes of commit 7849f6e64f - Show all commits

View File

@@ -12,6 +12,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch all branches and tags
run: git fetch --all
- name: Set Up JDK
uses: actions/setup-java@v3
@@ -29,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Test LTS Branches
- name: Setup Workspace
run: chmod +x ./gradle && ./gradlew setupWorkspace
- name: Test LTS Branches