diff --git a/.github/workflows/dev-otc.yml b/.github/workflows/dev-otc.yml index 06ea96ba0..875b8165c 100644 --- a/.github/workflows/dev-otc.yml +++ b/.github/workflows/dev-otc.yml @@ -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