Skip to content

Commit

Permalink
fix yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Korjen97 committed Jan 12, 2025
1 parent db68e74 commit a7ef3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Run tests with Maven and Generate Coverage Report
run: |
mvn clean verify
mvn jacoco:report
mvn clean verify -Dgpg.skip
mvn jacoco:report -Dgpg.skip
env:
CX_CLIENT_ID: ${{ secrets.CX_CLIENT_ID }}
CX_CLIENT_SECRET: ${{ secrets.CX_CLIENT_SECRET }}
Expand Down

0 comments on commit a7ef3ef

Please sign in to comment.