Skip to content

Commit

Permalink
Just build and test needed modules and their deps in otc github actio…
Browse files Browse the repository at this point in the history
…n v2
  • Loading branch information
fatemeh-i committed Mar 6, 2024
1 parent 52e545b commit 8c61186
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 -amd -B -T 1C clean install -Potc
run: mvn -pl wallet,bc-gateway,common -amd -B -T 1C clean install -Potc
- name: Run Tests
run: mvn -pl wallet,bc-gateway -amd -B -T 1C -Dskip.unit.tests=false surefire:test
run: mvn -pl wallet,bc-gateway,common -amd -B -T 1C -Dskip.unit.tests=false surefire:test
- name: Build Docker images
env:
TAG: otc-dev
Expand Down

0 comments on commit 8c61186

Please sign in to comment.