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 a010572 commit 5604baf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
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 All @@ -26,8 +24,8 @@ jobs:
path: .m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Show file content
run: cat ~/.m2/settings.xml
- name: Create settings.xml
uses: s4u/maven-settings-action@v3
- name: Test
run: mvn $MAVEN_CLI_OPTS test
env:
Expand Down

0 comments on commit 5604baf

Please sign in to comment.