DevOps
This commit is contained in:
@@ -51,8 +51,9 @@ jobs:
|
|||||||
distribution: "adopt"
|
distribution: "adopt"
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls -ls
|
||||||
echo "olololo"
|
echo "olololo"
|
||||||
|
cat gradlew
|
||||||
- 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