Skip to content

Commit 4487a76

Browse files
committed
trigger build
1 parent 04b5f39 commit 4487a76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-on-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ on: push
33
# pull_request:
44
# branches: [main]
55
jobs:
6-
build:
6+
build-and-test:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v5
10-
- name: Set up JDK 11 for x64
10+
- name: Set up JDK 8 for x64
1111
uses: actions/setup-java@v4
1212
with:
13-
java-version: "11"
13+
java-version: "8"
1414
distribution: "temurin"
1515
architecture: x64
1616
- run: mvn package -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

0 commit comments

Comments
 (0)