Skip to content

Commit

Permalink
build: deactivate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Jun 23, 2023
1 parent e494af6 commit 9ddeff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
env:
JAVA_OPTS: "-Xmx1024M -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512M"
GRADLE_OPTS: "-Dorg.gradle.daemon=true"
run: ./gradlew test build -s
run: ./gradlew build -s -x test
- name: Post Build
run: rm -f $HOME/.gradle/gradle.properties && rm -f $HOME/.docker/config.json
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
env:
JAVA_OPTS: "-Xmx1024M -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512M"
GRADLE_OPTS: "-Dorg.gradle.daemon=true"
run: ./gradlew -PrunOnCI=true test build :publishIntershopMvnPublicationToMavenRepository :publishPlugins -s
run: ./gradlew -PrunOnCI=true build :publishIntershopMvnPublicationToMavenRepository :publishPlugins -s -x test
- name: Post Build
run: rm -f $HOME/.gradle/gradle.properties

0 comments on commit 9ddeff1

Please sign in to comment.