Skip to content

Commit

Permalink
Merge branch 'main' into testing-ci-build-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sakibul-munna committed Dec 20, 2023
2 parents 3b47841 + 67d0114 commit d135f5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Grant execute permissions to Maven Wrapper
run: chmod +x mvnw
- name: Build and run Unit/Integration Tests with Maven
run: ./mvnw clean verify -Ptest -DskipDockerBuild=true
run: ./mvnw clean verify -DskipDockerBuild=true

0 comments on commit d135f5b

Please sign in to comment.