Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .github/workflow/maven-test.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: echo "Unsecure PR, must be labelled with the 'safe' label, then run the workflow again" && exit 1

- name: Build with Maven

mvn clean install
run: >-
mvn clean install -Dgpg.signature.skip=true

- name: Sonar Scan
env:
Expand All @@ -46,4 +46,3 @@ jobs:
-Dsonar.organization=mastercard -Dsonar.host.url=https://sonarcloud.io
-Dsonar.login=$SONAR_TOKEN -Dsonar.cpd.exclusions=**/OkHttp*.java
-Dsonar.exclusions=**/*.xml -Dgpg.signature.skip=true

Loading