Skip to content

Commit db7548c

Browse files
committed
Run tests in CI
1 parent 652f86e commit db7548c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: Build and Test
1+
name: Build, Test, and Package
22

33
on:
44
push:
55
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main" ]
87

98
jobs:
109
build:
@@ -15,12 +14,14 @@ jobs:
1514
- uses: actions/checkout@v4
1615
with:
1716
submodules: true
17+
1818
- name: Set up JDK 11
1919
uses: actions/setup-java@v4
2020
with:
2121
java-version: '11'
2222
distribution: 'temurin'
2323
cache: maven
24-
- name: Build with Maven
24+
25+
- name: Build, test and package
2526
run: mvn -B package --file pom.xml
2627

0 commit comments

Comments
 (0)