DevOps
This commit is contained in:
@@ -49,6 +49,10 @@ jobs:
|
||||
with:
|
||||
java-version: 21
|
||||
distribution: "adopt"
|
||||
- name: Test
|
||||
run: |
|
||||
ls
|
||||
echo "olololo"
|
||||
- name: Run tests
|
||||
run: |
|
||||
echo 'Executing ${{ input.gradle_target }} on env ${{ input.test_env }}'
|
||||
|
||||
Reference in New Issue
Block a user