Skip to content

Commit 6be0563

Browse files
committed
Updated script to run builds against all branches each night
1 parent d754141 commit 6be0563

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/daily-branch-verification.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Fetch all branches and history
1616

17+
# Step 2: Set up JDK 17 (adjust if you're using a different version)
18+
- name: Set up JDK 17
19+
uses: actions/setup-java@v3
20+
with:
21+
java-version: '17'
22+
distribution: 'adopt'
23+
1724
- name: Get list of branches
1825
id: get-branches
1926
run: |

0 commit comments

Comments
 (0)