Skip to content

Commit

Permalink
[Rahul] | BAH-3884 | Fix. Execute Tests During Workflow Run
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Jun 28, 2024
1 parent bb9f891 commit 49cf95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java-version: '11'
- name: Test and Package
run:
./mvnw -T 4 --no-transfer-progress -DskipTests clean package -U
./mvnw -T 4 --no-transfer-progress clean package -U
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Test and build package
run: ./mvnw -T 4 --no-transfer-progress clean install -U -DskipTests
run: ./mvnw -T 4 --no-transfer-progress clean install -U

0 comments on commit 49cf95f

Please sign in to comment.