Skip to content

Commit

Permalink
Update code review
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Jan 16, 2024
1 parent 0ec2969 commit db88b0d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/code_review_onboarding_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
java-distribution: 'temurin'
maven-version: '3.9.5'
cache-enabled: true
checkout-token: ${{ secrets.GITHUB_TOKEN }}
servers: '[{"id": "selfcare-github", "username": "user", "password": "${GITHUB_TOKEN_REF}"}]'
githubServer: false

# - name: Build and analyze on Pull Requests
# shell: bash
Expand Down Expand Up @@ -73,11 +76,11 @@ jobs:
# GITHUB_TOKEN_REF: ${{ secrets.GH_PAT }}


- name: maven-settings
uses: s4u/[email protected]
with:
servers: '[{"id": "selfcare-github", "username": "user", "password": "${GITHUB_TOKEN_REF}"}]'
githubServer: false
# - name: maven-settings
# uses: s4u/[email protected]
# with:
# servers: '[{"id": "selfcare-github", "username": "user", "password": "${GITHUB_TOKEN_REF}"}]'
# githubServer: false

- name: Launch unit test with Maven
run: mvn test --file apps/onboarding-ms/pom.xml
Expand Down

0 comments on commit db88b0d

Please sign in to comment.