-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (33 loc) · 1.04 KB
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: JRE CI
# This was originally the deprecated JRE release artifact workflow.
# We keep this around because it is useful for CI on the runtimer workflow.
on:
push:
branches:
- '*'
tags:
- 'v*'
jobs:
build:
# Update the SHA to test changes
uses: yetanalytics/workflow-runtimer/.github/workflows/runtimer.yml@e0eb98e881f13d046ccaa1769be6186d1d8d5399
with:
java-version: '11'
java-distribution: 'temurin'
java-modules: 'java.base,java.logging,java.naming,java.xml,java.sql,java.transaction.xa,java.security.sasl,java.management'
upload_artifacts:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download ubuntu-latest Artifact
uses: actions/download-artifact@v4
with:
name: ubuntu-22.04-jre
- name: Download macOS-latest Artifact
uses: actions/download-artifact@v4
with:
name: macos-14-jre
- name: Download windows-latest Artifact
uses: actions/download-artifact@v4
with:
name: windows-2022-jre