We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a7109 commit df601b9Copy full SHA for df601b9
.github/workflows/ci.yaml
@@ -60,7 +60,7 @@ jobs:
60
${{ runner.os }}-maven-
61
62
- name: Build
63
- run: cat ~/.m2/settings.xml && mvn -B -ntp clean install
+ run: mvn -B -ntp clean install
64
env:
65
POSTGRES_HOST: localhost
66
POSTGRES_PORT: 5432
0 commit comments