Skip to content

Commit

Permalink
Just build and test needed modules and their deps in otc github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fatemeh-i committed Mar 6, 2024
1 parent 752ec6c commit 52e545b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-otc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
java-version: ${{ matrix.java }}
# cache: maven
- name: Build
run: mvn -pl wallet,bc-gateway -am -B -T 1C clean install -Potc
run: mvn -pl wallet,bc-gateway -amd -B -T 1C clean install -Potc
- name: Run Tests
run: mvn -pl wallet,bc-gateway -am -B -T 1C -Dskip.unit.tests=false surefire:test
run: mvn -pl wallet,bc-gateway -amd -B -T 1C -Dskip.unit.tests=false surefire:test
- name: Build Docker images
env:
TAG: otc-dev
Expand Down

0 comments on commit 52e545b

Please sign in to comment.