DevOps
This commit is contained in:
@@ -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 }}'
|
||||
|
||||
Reference in New Issue
Block a user