Skip to content

Commit a71dd67

Browse files
authored
Merge pull request #205 from rage/java_home
Try workflow
2 parents a4bc565 + 556299e commit a71dd67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name: Run tests
33
on:
44
push:
55
branches: [main, "[0-9]+.[0-9]+"]
6-
pull_request:
6+
pull_request_target:
77
branches: [main, "[0-9]+.[0-9]+"]
8+
types: [opened, synchronize, reopened]
89

910
env:
1011
RUST_LOG: debug,j4rs=warn
1112
CARGO_INCREMENTAL: 0
1213
RUSTFLAGS: "-C debuginfo=0"
14+
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }} # seems to default to 8 on Windows and Mac
1315

1416
jobs:
1517
test:

0 commit comments

Comments
 (0)