Skip to content

Commit

Permalink
Skip tests & pre-integration-test in Maven install
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Oct 5, 2021
1 parent 89d38a9 commit 7a519c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn --batch-mode --no-transfer-progress install
run: mvn --batch-mode --no-transfer-progress install -Dmaven.antrun.skip=true -DskipTests
- name: Run recog verify
run: mvn --batch-mode --no-transfer-progress --projects recog-verify exec:java -Dexec.mainClass="com.rapid7.recog.verify.RecogVerifier" -Dexec.args="--no-warnings recog-content/xml/*.xml"
go-verify:
Expand Down

0 comments on commit 7a519c7

Please sign in to comment.