This commit is contained in:
2026-07-29 11:49:52 +03:00
parent 2940121e31
commit e3621519d9
+2 -1
View File
@@ -49,9 +49,10 @@ jobs:
with:
java-version: 21
distribution: "adopt"
- name: Building
- name: Run tests
run: |
echo 'Executing ${{ input.gradle_target }} on env ${{ input.test_env }}'
chmod +x gradlew
./gradlew "${{ input.gradle_target }}" --no-daemon -x cyclonedxBom "-Dtest.env=${{ input.test_env }}"
- name: 'Cleanup'
if: always()