GHA: disable tests to make the build faster for debugging

This commit is contained in:
aboyko
2023-07-20 14:47:18 -04:00
parent 6311ceebcf
commit 0478a21e0c

View File

@@ -41,9 +41,9 @@ jobs:
run: |
cd headless-services
if command -v xvfb-run ; then
xvfb-run ./mvnw --batch-mode clean install
xvfb-run ./mvnw --batch-mode clean install -DskipTests
else
./mvnw --batch-mode clean install
./mvnw --batch-mode clean install -DskipTests
fi
- name: Install GPG key
run: |