Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Apr 2, 2024
1 parent 9bb1a9b commit a010572
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 @@ -12,10 +12,12 @@ jobs:
container:
image: maven:3-eclipse-temurin-21-jammy
volumes:
- $HOME/.m2:/root/.m2
- /github/home/.m2:/root/.m2
env:
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version"
steps:
- name: test
run: echo $(pwd) && ls
- name: Checkout
uses: actions/checkout@v4
- name: Cache
Expand Down

0 comments on commit a010572

Please sign in to comment.