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