Skip to content

Commit 98e0231

Browse files
committed
WIP- Skip tests in staging workflow
1 parent 6b44dfe commit 98e0231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
sudo chmod a+rx /usr/bin/clamscan /usr/bin/clamdscan
7676
- name: Run tests & install
7777
run:
78-
mvn $MAVEN_CLI_OPTS -Dtestng.groups="travis" -Denforcer.skip=true clean org.jacoco:jacoco-maven-plugin:prepare-agent install
78+
mvn $MAVEN_CLI_OPTS -DskipTests -Denforcer.skip=true clean org.jacoco:jacoco-maven-plugin:prepare-agent install
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
RODA_CORE_SOLR_TYPE: CLOUD

0 commit comments

Comments
 (0)