Skip to content

Commit 880b70c

Browse files
committed
Build & test minified distributable on GHA
1 parent 228e85b commit 880b70c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010

11-
- name: Set up JDK 1.14
11+
- name: Set up JRE 8 as libs for R8
12+
uses: actions/setup-java@v1
13+
with:
14+
java-version: 8
15+
16+
- name: Set up JDK 14 for build
1217
uses: actions/setup-java@v1
1318
with:
1419
java-version: 14
1520

1621
- name: Build & test the agent standalone
17-
run: ./gradlew quickTest
22+
run: ./gradlew quickTest
23+
24+
- name: Build & test the full distributable
25+
run: ./gradlew distTest

0 commit comments

Comments
 (0)