Skip to content

Commit

Permalink
feat: Realizando testes com Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
costvin15 committed Apr 20, 2024
1 parent b2f6af2 commit 44260e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: Build with Maven
env:
KEYCLOAK_URL: http://localhost:8545/realms/educamotion
KEYCLOAK_CLIENT_ID: backend-service
KEYCLOAK_CLIENT_SECRET: client-secret
GOOGLE_PROJECT_ID: project-id
GOOGLE_SERVICE_ACCOUNT_ENCODED_KEY: service-account-key
on:
push:
branches: [ "main" ]
Expand Down

0 comments on commit 44260e8

Please sign in to comment.