Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiklos-ltg committed Aug 21, 2024
1 parent e87d866 commit 44fbb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Maven build core
run: ./server/mvnw clean install -f core/pom.xml -DskipTests -DskipITs -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
- name: Maven build Debezium Server
run: ./server/mvnw clean install -faex -f server/pom.xml -DskipITs=true -Passembly -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -DskipNonCore
run: ./server/mvnw clean install -fae -f server/pom.xml -DskipITs=true -Passembly -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -DskipNonCore

# Bridge specific
- name: Configure AWS credentials
Expand Down

0 comments on commit 44fbb48

Please sign in to comment.