Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 2, 2024
1 parent 26273dd commit b9016d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,17 @@ jobs:
image: morpheus99/corretto-gradle
options: --user root
volumes:
- ${{ github.workspace }}:/simona
- ${{ github.workspace }}:/simona:rw

steps:
- name: Checking Gradle & Java
run:
java -version && gradle --version

- name: Inspect Docker Mounts
run:
docker inspect $(docker ps -q) --format='{{json .Mounts}}'

- name: Verify Files in Container
run: |
pwd
Expand All @@ -68,7 +72,7 @@ jobs:
image: morpheus99/corretto-gradle
options: --user root
volumes:
- ${{ github.workspace }}:/simona
- ${{ github.workspace }}:/simona:rw

steps:
- name: Checking Gradle & Java
Expand Down

0 comments on commit b9016d1

Please sign in to comment.