Make sure all branches are available in the CI
This commit is contained in:
7
.github/workflows/test-orbit-pr.yml
vendored
7
.github/workflows/test-orbit-pr.yml
vendored
@@ -12,6 +12,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Fetch all branches and tags
|
||||||
|
run: git fetch --all
|
||||||
|
|
||||||
- name: Set Up JDK
|
- name: Set Up JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
@@ -29,7 +34,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
|
|
||||||
- name: Test LTS Branches
|
- name: Setup Workspace
|
||||||
run: chmod +x ./gradle && ./gradlew setupWorkspace
|
run: chmod +x ./gradle && ./gradlew setupWorkspace
|
||||||
|
|
||||||
- name: Test LTS Branches
|
- name: Test LTS Branches
|
||||||
|
Reference in New Issue
Block a user