This commit is contained in:
2026-07-29 12:40:10 +03:00
parent 2f6b9247e0
commit 22facbdf19
-6
View File
@@ -49,12 +49,6 @@ jobs:
with:
java-version: 21
distribution: "adopt"
- name: Test
run: |
ls -ls
echo "olololo"
./gradlew tasks
echo "${{ inputs.gradle_target }} --no-daemon -Dtest.env=${{ inputs.test_env }}"
- name: Run tests
run: |
echo 'Executing ${{ inputs.gradle_target }} on env ${{ inputs.test_env }}'