We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9016d1 commit 07e1442Copy full SHA for 07e1442
.github/workflows/ci.yml
@@ -42,17 +42,13 @@ jobs:
42
image: morpheus99/corretto-gradle
43
options: --user root
44
volumes:
45
- - ${{ github.workspace }}:/simona:rw
+ - ${{ github.workspace }}:/app:rw
46
47
steps:
48
- name: Checking Gradle & Java
49
run:
50
java -version && gradle --version
51
52
- - name: Inspect Docker Mounts
53
- run:
54
- docker inspect $(docker ps -q) --format='{{json .Mounts}}'
55
-
56
- name: Verify Files in Container
57
run: |
58
pwd
@@ -72,7 +68,7 @@ jobs:
72
68
73
69
74
70
75
71
76
77
78
0 commit comments