Skip to content

Commit

Permalink
chore: fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Apr 24, 2024
1 parent caaa5a5 commit 1ecf45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
${{ runner.os }}-maven-
- name: Run Maven
env:
KEYCLOAK_URL: https://localhost:${{ job.services.keycloak.ports[8443] }}/auth
KEYCLOAK_URL: http://localhost:${{ job.services.keycloak.ports[8080] }}/auth
run: mvn -B clean install com.mycila:license-maven-plugin:check

0 comments on commit 1ecf45a

Please sign in to comment.