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 ef9d50f commit 9f0b1b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
restore-keys: ${{ runner.os }}-maven-
- name: Create settings.xml
uses: s4u/maven-settings-action@v3.0.0
with:
servers: '[{"id": "github", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
- name: debug
run: cat /github/home/.m2/settings.xml
- name: Test
Expand Down

0 comments on commit 9f0b1b5

Please sign in to comment.