Skip to content

Commit

Permalink
Bind Volume
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 2, 2024
1 parent 442d31b commit 88b4447
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
image: morpheus99/corretto-gradle
options: --user root
volumes:
- ${{ github.workspace }}:/simona:rw
- type: bind
source: ${{ github.workspace }}
target: /simona

steps:
- name: Checking Gradle & Java
Expand Down

0 comments on commit 88b4447

Please sign in to comment.