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 b9016d1 commit 07e1442
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,13 @@ jobs:
image: morpheus99/corretto-gradle
options: --user root
volumes:
- ${{ github.workspace }}:/simona:rw
- ${{ github.workspace }}:/app: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 @@ -72,7 +68,7 @@ jobs:
image: morpheus99/corretto-gradle
options: --user root
volumes:
- ${{ github.workspace }}:/simona:rw
- ${{ github.workspace }}:/app:rw

steps:
- name: Checking Gradle & Java
Expand Down

0 comments on commit 07e1442

Please sign in to comment.