Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit cfb371f

Browse files
authored
Run tests on macos as well during PR build (#830)
Motivation: We should run the tests on macos as well when validating PRs Modifications: Remove '-DskipTests=true' Result: Tests are executed on macos as well
1 parent dcebb28 commit cfb371f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
run: brew bundle
216216

217217
- name: Build project
218-
run: ./mvnw -B -ntp --file pom.xml clean package -DskipTests=true
218+
run: ./mvnw -B -ntp --file pom.xml clean package
219219

220220
- name: Upload Test Results
221221
if: always()

0 commit comments

Comments
 (0)