Skip to content

Commit

Permalink
Added Volume
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 2, 2024
1 parent cc21a2e commit 6ebc5e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@ jobs:
- name: Show current branch
run: |
git rev-parse --abbrev-ref HEAD
pwd
ls -la
build:
needs: checkout
runs-on: ubuntu-latest
container:
image: morpheus99/corretto-gradle
options: --user root
volumes:
- /home/runner/work/${{ github.repository }}:/simona

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

- name: Building Project
working-directory: /__w/simona/simona
working-directory: /simona
run: |
pwd
ls
ls -la
gradle clean assemble
test:
Expand Down

0 comments on commit 6ebc5e2

Please sign in to comment.