Skip to content

Commit 2c695c4

Browse files
committed
More debug
Signed-off-by: Chris Lavin <[email protected]>
1 parent 107791b commit 2c695c4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test-rapidwright-wrapper.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
pull_request:
66

7+
env:
8+
GRADLE_USER_HOME: gradle_home
9+
710
jobs:
811
build:
912
strategy:
@@ -13,15 +16,15 @@ jobs:
1316
steps:
1417
- uses: actions/checkout@v2
1518

16-
- name: Setup JDK 1.11
19+
- name: Setup JDK 1.17
1720
uses: actions/setup-java@v4
1821
with:
1922
distribution: 'temurin'
20-
java-version: '11'
23+
java-version: '17'
2124
cache: 'gradle'
2225

2326
- name: Compile
24-
run: GRADLE_USER_HOME=gradle_home ./gradlew compileJava
27+
run: ./gradlew compileJava
2528

2629
- name: Test RapidWright Wrapper
2730
run: bin/rapidwright

0 commit comments

Comments
 (0)